Class: ReportsKit::Entity
- Inherits:
-
Struct
- Object
- Struct
- ReportsKit::Entity
- Defined in:
- lib/reports_kit/entity.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance
2 3 4 |
# File 'lib/reports_kit/entity.rb', line 2 def instance @instance end |
#key ⇒ Object
Returns the value of attribute key
2 3 4 |
# File 'lib/reports_kit/entity.rb', line 2 def key @key end |
#label ⇒ Object
Returns the value of attribute label
2 3 4 |
# File 'lib/reports_kit/entity.rb', line 2 def label @label end |