Class: EBay::BuyerType
- Inherits:
-
Object
- Object
- EBay::BuyerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerType
shippingAddress - EBay::AddressType
buyerTaxIdentifier - EBay::TaxIdentifierType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#buyerTaxIdentifier ⇒ Object
Returns the value of attribute buyerTaxIdentifier.
-
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
Instance Method Summary collapse
-
#initialize(shippingAddress = nil, buyerTaxIdentifier = []) ⇒ BuyerType
constructor
A new instance of BuyerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingAddress = nil, buyerTaxIdentifier = []) ⇒ BuyerType
Returns a new instance of BuyerType.
21527 21528 21529 21530 21531 |
# File 'lib/eBay.rb', line 21527 def initialize(shippingAddress = nil, buyerTaxIdentifier = []) @shippingAddress = shippingAddress @buyerTaxIdentifier = buyerTaxIdentifier @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21521 21522 21523 |
# File 'lib/eBay.rb', line 21521 def __xmlele_any @__xmlele_any end |
#buyerTaxIdentifier ⇒ Object
Returns the value of attribute buyerTaxIdentifier.
21520 21521 21522 |
# File 'lib/eBay.rb', line 21520 def buyerTaxIdentifier @buyerTaxIdentifier end |
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
21519 21520 21521 |
# File 'lib/eBay.rb', line 21519 def shippingAddress @shippingAddress end |
Instance Method Details
#set_any(elements) ⇒ Object
21523 21524 21525 |
# File 'lib/eBay.rb', line 21523 def set_any(elements) @__xmlele_any = elements end |