Module: Activecube::DimensionDefinitionMethods
Instance Attribute Summary collapse
- 
  
    
      #fields  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute fields. 
- 
  
    
      #identity  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute identity. 
- 
  
    
      #identity_expression  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute identity_expression. 
Attributes included from DefinitionMethods
Method Summary
Methods included from DefinitionMethods
Instance Attribute Details
#fields ⇒ Object (readonly)
Returns the value of attribute fields.
| 34 35 36 | # File 'lib/activecube/definition_methods.rb', line 34 def fields @fields end | 
#identity ⇒ Object (readonly)
Returns the value of attribute identity.
| 34 35 36 | # File 'lib/activecube/definition_methods.rb', line 34 def identity @identity end | 
#identity_expression ⇒ Object (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 |