Class: Enumark::Grouping::Group
- Inherits:
-
Struct
- Object
- Struct
- Enumark::Grouping::Group
- Defined in:
- lib/enumark.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items
80 81 82 |
# File 'lib/enumark.rb', line 80 def items @items end |
#name ⇒ Object
Returns the value of attribute name
80 81 82 |
# File 'lib/enumark.rb', line 80 def name @name end |