Class: BuyerType
- Inherits:
-
Object
- Object
- BuyerType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
Instance Method Summary collapse
-
#initialize(shippingAddress = nil) ⇒ BuyerType
constructor
A new instance of BuyerType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15774 15775 15776 |
# File 'lib/eBay.rb', line 15774 def __xmlele_any @__xmlele_any end |
#shippingAddress ⇒ Object
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 |