Module: Activecube::DimensionDefinitionMethods

Includes:
DefinitionMethods
Included in:
Dimension
Defined in:
lib/activecube/definition_methods.rb

Instance Attribute Summary collapse

Attributes included from DefinitionMethods

#column_names

Method Summary

Methods included from DefinitionMethods

#column_name

Instance Attribute Details

#fieldsObject (readonly)

Returns the value of attribute fields.



34
35
36
# File 'lib/activecube/definition_methods.rb', line 34

def fields
  @fields
end

#identityObject (readonly)

Returns the value of attribute identity.



34
35
36
# File 'lib/activecube/definition_methods.rb', line 34

def identity
  @identity
end

#identity_expressionObject (readonly)

Returns the value of attribute identity_expression.



34
35
36
# File 'lib/activecube/definition_methods.rb', line 34

def identity_expression
  @identity_expression
end