Class: EBay::BuyerType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBuyerType

shippingAddress - EBay::AddressType
buyerTaxIdentifier - EBay::TaxIdentifierType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21521
21522
21523
# File 'lib/eBay.rb', line 21521

def __xmlele_any
  @__xmlele_any
end

#buyerTaxIdentifierObject

Returns the value of attribute buyerTaxIdentifier.



21520
21521
21522
# File 'lib/eBay.rb', line 21520

def buyerTaxIdentifier
  @buyerTaxIdentifier
end

#shippingAddressObject

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