Class: Enumark::Grouping::Group
- Inherits:
-
Struct
- Object
- Struct
- Enumark::Grouping::Group
- Defined in:
- lib/enumark/grouping.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
6 7 8 |
# File 'lib/enumark/grouping.rb', line 6 def items @items end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/enumark/grouping.rb', line 6 def name @name end |