Class: GoodData::Model::DateDimension

Inherits:
SchemaBlueprint show all
Defined in:
lib/gooddata/models/blueprint/date_dimension.rb

Instance Attribute Summary

Attributes inherited from SchemaBlueprint

#data, #project_blueprint

Instance Method Summary collapse

Methods inherited from SchemaBlueprint

#==, #anchor, #anchor?, #attributes, #attributes_and_anchors, #breaks, #bridges, #broken_by, #facts, #fields, #find_dataset, #id, #initialize, #labels, #referenced_by, #references, #referencing, #title, #to_hash, #valid?, #validate

Constructor Details

This class inherits a constructor from GoodData::Model::SchemaBlueprint

Instance Method Details

#urnString

Returns urn of the date dataset

Returns:

  • (String)


15
16
17
# File 'lib/gooddata/models/blueprint/date_dimension.rb', line 15

def urn
  data[:urn]
end