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.



12494
12495
12496
12497
# File 'lib/eBay.rb', line 12494

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12488
12489
12490
# File 'lib/eBay.rb', line 12488

def __xmlele_any
  @__xmlele_any
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



12487
12488
12489
# File 'lib/eBay.rb', line 12487

def shippingAddress
  @shippingAddress
end

Instance Method Details

#set_any(elements) ⇒ Object



12490
12491
12492
# File 'lib/eBay.rb', line 12490

def set_any(elements)
  @__xmlele_any = elements
end