Class: GoodData::Model::FactBlueprintField
- Inherits:
-
BlueprintField
- Object
- BlueprintField
- GoodData::Model::FactBlueprintField
- Defined in:
- lib/gooddata/models/blueprint/fact_field.rb
Instance Attribute Summary
Attributes inherited from BlueprintField
Instance Method Summary collapse
-
#gd_data_type ⇒ String
Returns gd_data_type.
Methods inherited from BlueprintField
#==, #id, #in_project, #initialize, #method_missing, #respond_to_missing?, #title, #validate
Constructor Details
This class inherits a constructor from GoodData::Model::BlueprintField
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class GoodData::Model::BlueprintField
Instance Method Details
#gd_data_type ⇒ String
Returns gd_data_type
15 16 17 |
# File 'lib/gooddata/models/blueprint/fact_field.rb', line 15 def gd_data_type data[:gd_data_type] || Model::DEFAULT_FACT_DATATYPE end |