Class: ShippingLocationDetailsType
- Inherits:
-
Object
- Object
- ShippingLocationDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingLocationDetailsType
Constant Summary collapse
- @@schema_type =
"ShippingLocationDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["shippingLocation", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingLocation")]], ["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]], ["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.
-
#description ⇒ Object
Returns the value of attribute description.
-
#shippingLocation ⇒ Object
Returns the value of attribute shippingLocation.
Instance Method Summary collapse
-
#initialize(shippingLocation = nil, description = nil) ⇒ ShippingLocationDetailsType
constructor
A new instance of ShippingLocationDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingLocation = nil, description = nil) ⇒ ShippingLocationDetailsType
Returns a new instance of ShippingLocationDetailsType.
22532 22533 22534 22535 22536 |
# File 'lib/eBay.rb', line 22532 def initialize(shippingLocation = nil, description = nil) @shippingLocation = shippingLocation @description = description @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22526 22527 22528 |
# File 'lib/eBay.rb', line 22526 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
22525 22526 22527 |
# File 'lib/eBay.rb', line 22525 def description @description end |
#shippingLocation ⇒ Object
Returns the value of attribute shippingLocation.
22524 22525 22526 |
# File 'lib/eBay.rb', line 22524 def shippingLocation @shippingLocation end |
Instance Method Details
#set_any(elements) ⇒ Object
22528 22529 22530 |
# File 'lib/eBay.rb', line 22528 def set_any(elements) @__xmlele_any = elements end |