Class: EBay::InventoryFeesType
- Inherits:
-
Object
- Object
- EBay::InventoryFeesType
- Defined in:
- lib/eBay.rb
Overview
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
Instance Method Summary collapse
-
#initialize(itemID = nil, fee = []) ⇒ InventoryFeesType
constructor
A new instance of InventoryFeesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = nil, fee = []) ⇒ InventoryFeesType
Returns a new instance of InventoryFeesType.
25081 25082 25083 25084 25085 |
# File 'lib/eBay.rb', line 25081 def initialize(itemID = nil, fee = []) @itemID = itemID @fee = fee @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25075 25076 25077 |
# File 'lib/eBay.rb', line 25075 def __xmlele_any @__xmlele_any end |
#fee ⇒ Object
Returns the value of attribute fee.
25074 25075 25076 |
# File 'lib/eBay.rb', line 25074 def fee @fee end |
#itemID ⇒ Object
Returns the value of attribute itemID.
25073 25074 25075 |
# File 'lib/eBay.rb', line 25073 def itemID @itemID end |
Instance Method Details
#set_any(elements) ⇒ Object
25077 25078 25079 |
# File 'lib/eBay.rb', line 25077 def set_any(elements) @__xmlele_any = elements end |