Class: EBay::TaxesType
- Inherits:
-
Object
- Object
- EBay::TaxesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsTaxesType
totalTaxAmount - EBay::AmountType
taxDetails - EBay::TaxDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#taxDetails ⇒ Object
Returns the value of attribute taxDetails.
-
#totalTaxAmount ⇒ Object
Returns the value of attribute totalTaxAmount.
Instance Method Summary collapse
-
#initialize(totalTaxAmount = nil, taxDetails = []) ⇒ TaxesType
constructor
A new instance of TaxesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(totalTaxAmount = nil, taxDetails = []) ⇒ TaxesType
Returns a new instance of TaxesType.
34339 34340 34341 34342 34343 |
# File 'lib/eBay.rb', line 34339 def initialize(totalTaxAmount = nil, taxDetails = []) @totalTaxAmount = totalTaxAmount @taxDetails = taxDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34333 34334 34335 |
# File 'lib/eBay.rb', line 34333 def __xmlele_any @__xmlele_any end |
#taxDetails ⇒ Object
Returns the value of attribute taxDetails.
34332 34333 34334 |
# File 'lib/eBay.rb', line 34332 def taxDetails @taxDetails end |
#totalTaxAmount ⇒ Object
Returns the value of attribute totalTaxAmount.
34331 34332 34333 |
# File 'lib/eBay.rb', line 34331 def totalTaxAmount @totalTaxAmount end |
Instance Method Details
#set_any(elements) ⇒ Object
34335 34336 34337 |
# File 'lib/eBay.rb', line 34335 def set_any(elements) @__xmlele_any = elements end |