class GoodData::Model::FactBlueprintField

Public Instance Methods

gd_data_type() click to toggle source

Returns gd_data_type

@return [String] returns gd_data_type of the fact

# File lib/gooddata/models/blueprint/fact_field.rb, line 15
def gd_data_type
  data[:gd_data_type] || Model::DEFAULT_FACT_DATATYPE
end