Class: Enumark::Grouping::Group

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

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



80
81
82
# File 'lib/enumark.rb', line 80

def items
  @items
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



80
81
82
# File 'lib/enumark.rb', line 80

def name
  @name
end