Class: Clir::GroupedItems

Inherits:
Struct
  • Object
show all
Defined in:
lib/clir/data_manager/Manager.rb

Overview

Cf. @@group_by et le manuel.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/clir/data_manager/Manager.rb', line 7

def id
  @id
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



7
8
9
# File 'lib/clir/data_manager/Manager.rb', line 7

def items
  @items
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/clir/data_manager/Manager.rb', line 7

def name
  @name
end