Class: EBay::DispatchTimeMaxDetailsType
- Inherits:
-
Object
- Object
- EBay::DispatchTimeMaxDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDispatchTimeMaxDetailsType
dispatchTimeMax - SOAP::SOAPInt
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
extendedHandling - SOAP::SOAPBoolean
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.
-
#dispatchTimeMax ⇒ Object
Returns the value of attribute dispatchTimeMax.
-
#extendedHandling ⇒ Object
Returns the value of attribute extendedHandling.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(dispatchTimeMax = nil, description = nil, detailVersion = nil, updateTime = nil, extendedHandling = nil) ⇒ DispatchTimeMaxDetailsType
constructor
A new instance of DispatchTimeMaxDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(dispatchTimeMax = nil, description = nil, detailVersion = nil, updateTime = nil, extendedHandling = nil) ⇒ DispatchTimeMaxDetailsType
Returns a new instance of DispatchTimeMaxDetailsType.
23543 23544 23545 23546 23547 23548 23549 23550 |
# File 'lib/eBay.rb', line 23543 def initialize(dispatchTimeMax = nil, description = nil, detailVersion = nil, updateTime = nil, extendedHandling = nil) @dispatchTimeMax = dispatchTimeMax @description = description @detailVersion = detailVersion @updateTime = updateTime @extendedHandling = extendedHandling @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23537 23538 23539 |
# File 'lib/eBay.rb', line 23537 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
23533 23534 23535 |
# File 'lib/eBay.rb', line 23533 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
23534 23535 23536 |
# File 'lib/eBay.rb', line 23534 def detailVersion @detailVersion end |
#dispatchTimeMax ⇒ Object
Returns the value of attribute dispatchTimeMax.
23532 23533 23534 |
# File 'lib/eBay.rb', line 23532 def dispatchTimeMax @dispatchTimeMax end |
#extendedHandling ⇒ Object
Returns the value of attribute extendedHandling.
23536 23537 23538 |
# File 'lib/eBay.rb', line 23536 def extendedHandling @extendedHandling end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
23535 23536 23537 |
# File 'lib/eBay.rb', line 23535 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
23539 23540 23541 |
# File 'lib/eBay.rb', line 23539 def set_any(elements) @__xmlele_any = elements end |