Class: BuyerType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyerType

Constant Summary collapse

@@schema_type =
"BuyerType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["shippingAddress", ["AddressType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingAddress")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shippingAddress = nil) ⇒ BuyerType

Returns a new instance of BuyerType.



14108
14109
14110
14111
# File 'lib/eBay.rb', line 14108

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14102
14103
14104
# File 'lib/eBay.rb', line 14102

def __xmlele_any
  @__xmlele_any
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



14101
14102
14103
# File 'lib/eBay.rb', line 14101

def shippingAddress
  @shippingAddress
end

Instance Method Details

#set_any(elements) ⇒ Object



14104
14105
14106
# File 'lib/eBay.rb', line 14104

def set_any(elements)
  @__xmlele_any = elements
end