Class: GoodData::Model::DateDimension
- Inherits:
-
SchemaBlueprint
- Object
- SchemaBlueprint
- GoodData::Model::DateDimension
- Defined in:
- lib/gooddata/models/blueprint/date_dimension.rb
Instance Attribute Summary
Attributes inherited from SchemaBlueprint
Instance Method Summary collapse
-
#urn ⇒ String
Returns urn of the date dataset.
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
#urn ⇒ String
Returns urn of the date dataset
15 16 17 |
# File 'lib/gooddata/models/blueprint/date_dimension.rb', line 15 def urn data[:urn] end |