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.



15780
15781
15782
15783
# File 'lib/eBay.rb', line 15780

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15774
15775
15776
# File 'lib/eBay.rb', line 15774

def __xmlele_any
  @__xmlele_any
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



15773
15774
15775
# File 'lib/eBay.rb', line 15773

def shippingAddress
  @shippingAddress
end

Instance Method Details

#set_any(elements) ⇒ Object



15776
15777
15778
# File 'lib/eBay.rb', line 15776

def set_any(elements)
  @__xmlele_any = elements
end