Class: GoodData::Model::FactBlueprintField

Inherits:
BlueprintField show all
Defined in:
lib/gooddata/models/blueprint/fact_field.rb

Instance Attribute Summary

Attributes inherited from BlueprintField

#data, #dataset_blueprint

Instance Method Summary collapse

Methods inherited from BlueprintField

#==, #id, #in_project, #initialize, #method_missing, #respond_to?, #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_typeString

Returns gd_data_type

Returns:

  • (String)

    returns gd_data_type of the fact



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