Class: Parliament::Utils::Helpers::BusinessItemGroupingHelper::BusinessItemGroupedObject

Inherits:
Object
  • Object
show all
Defined in:
lib/parliament/utils/helpers/business_item_grouping_helper.rb

Overview

Finds Grom::Nodes that can be grouped and builds BusinessItemGroupingHelper::BusinessItemGroupedObject objects

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



12
13
14
# File 'lib/parliament/utils/helpers/business_item_grouping_helper.rb', line 12

def date
  @date
end

#nodesObject

Returns the value of attribute nodes.



12
13
14
# File 'lib/parliament/utils/helpers/business_item_grouping_helper.rb', line 12

def nodes
  @nodes
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/parliament/utils/helpers/business_item_grouping_helper.rb', line 12

def type
  @type
end