Class: EBay::ShippingLocationDetailsType
- Inherits:
-
Object
- Object
- EBay::ShippingLocationDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingLocationDetailsType
shippingLocation - SOAP::SOAPString
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#shippingLocation ⇒ Object
Returns the value of attribute shippingLocation.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(shippingLocation = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingLocationDetailsType
constructor
A new instance of ShippingLocationDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingLocation = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingLocationDetailsType
Returns a new instance of ShippingLocationDetailsType.
32699 32700 32701 32702 32703 32704 32705 |
# File 'lib/eBay.rb', line 32699 def initialize(shippingLocation = nil, description = nil, detailVersion = nil, updateTime = nil) @shippingLocation = shippingLocation @description = description @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32693 32694 32695 |
# File 'lib/eBay.rb', line 32693 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
32690 32691 32692 |
# File 'lib/eBay.rb', line 32690 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
32691 32692 32693 |
# File 'lib/eBay.rb', line 32691 def detailVersion @detailVersion end |
#shippingLocation ⇒ Object
Returns the value of attribute shippingLocation.
32689 32690 32691 |
# File 'lib/eBay.rb', line 32689 def shippingLocation @shippingLocation end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
32692 32693 32694 |
# File 'lib/eBay.rb', line 32692 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
32695 32696 32697 |
# File 'lib/eBay.rb', line 32695 def set_any(elements) @__xmlele_any = elements end |