Class: BuyerType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyerType

shippingAddress - AddressType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shippingAddress = nil) ⇒ BuyerType

Returns a new instance of BuyerType.



17299
17300
17301
17302
# File 'lib/eBay.rb', line 17299

def initialize(shippingAddress = nil)
  @shippingAddress = shippingAddress
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17293
17294
17295
# File 'lib/eBay.rb', line 17293

def __xmlele_any
  @__xmlele_any
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



17292
17293
17294
# File 'lib/eBay.rb', line 17292

def shippingAddress
  @shippingAddress
end

Instance Method Details

#set_any(elements) ⇒ Object



17295
17296
17297
# File 'lib/eBay.rb', line 17295

def set_any(elements)
  @__xmlele_any = elements
end