Class: Enumark::Grouping::Group

Inherits:
Struct
  • Object
show all
Defined in:
lib/enumark/grouping.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



6
7
8
# File 'lib/enumark/grouping.rb', line 6

def items
  @items
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/enumark/grouping.rb', line 6

def name
  @name
end