Class: InnerPlan::SmartArray::Item
- Inherits:
-
Struct
- Object
- Struct
- InnerPlan::SmartArray::Item
- Defined in:
- lib/inner_plan/smart_array.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#key ⇒ Object
Returns the value of attribute key.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
3 4 5 |
# File 'lib/inner_plan/smart_array.rb', line 3 def content @content end |
#key ⇒ Object
Returns the value of attribute key
3 4 5 |
# File 'lib/inner_plan/smart_array.rb', line 3 def key @key end |
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/inner_plan/smart_array.rb', line 3 def @options end |