Class: Clir::GroupedItems
- Inherits:
-
Struct
- Object
- Struct
- Clir::GroupedItems
- Defined in:
- lib/clir/data_manager/Manager.rb
Overview
Cf. @@group_by et le manuel.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#items ⇒ Object
Returns the value of attribute items.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/clir/data_manager/Manager.rb', line 7 def id @id end |
#items ⇒ Object
Returns the value of attribute items
7 8 9 |
# File 'lib/clir/data_manager/Manager.rb', line 7 def items @items end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/clir/data_manager/Manager.rb', line 7 def name @name end |