Class: Parliament::Utils::Helpers::BusinessItemGroupingHelper::BusinessItemGroupedObject
- Inherits:
-
Object
- Object
- Parliament::Utils::Helpers::BusinessItemGroupingHelper::BusinessItemGroupedObject
- 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
-
#date ⇒ Object
Returns the value of attribute date.
-
#nodes ⇒ Object
Returns the value of attribute nodes.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#date ⇒ Object
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 |
#nodes ⇒ Object
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 |
#type ⇒ Object
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 |