Class: KeytechKit::BomElementList
- Inherits:
-
Object
- Object
- KeytechKit::BomElementList
- Defined in:
- lib/keytechKit/elements/bom/bom_element_list.rb
Overview
List of bill of material articles
Instance Attribute Summary collapse
-
#bomElementList ⇒ Object
Returns the value of attribute bomElementList.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#pageSize ⇒ Object
Returns the value of attribute pageSize.
-
#totalRecords ⇒ Object
Returns the value of attribute totalRecords.
Instance Method Summary collapse
-
#initialize(data) ⇒ BomElementList
constructor
A new instance of BomElementList.
Constructor Details
#initialize(data) ⇒ BomElementList
Returns a new instance of BomElementList.
12 13 14 |
# File 'lib/keytechKit/elements/bom/bom_element_list.rb', line 12 def initialize(data) parseBomData(data) end |
Instance Attribute Details
#bomElementList ⇒ Object
Returns the value of attribute bomElementList.
7 8 9 |
# File 'lib/keytechKit/elements/bom/bom_element_list.rb', line 7 def bomElementList @bomElementList end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
8 9 10 |
# File 'lib/keytechKit/elements/bom/bom_element_list.rb', line 8 def pageNumber @pageNumber end |
#pageSize ⇒ Object
Returns the value of attribute pageSize.
9 10 11 |
# File 'lib/keytechKit/elements/bom/bom_element_list.rb', line 9 def pageSize @pageSize end |
#totalRecords ⇒ Object
Returns the value of attribute totalRecords.
10 11 12 |
# File 'lib/keytechKit/elements/bom/bom_element_list.rb', line 10 def totalRecords @totalRecords end |