Class: EBay::DispatchTimeMaxDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23537
23538
23539
# File 'lib/eBay.rb', line 23537

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



23533
23534
23535
# File 'lib/eBay.rb', line 23533

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



23534
23535
23536
# File 'lib/eBay.rb', line 23534

def detailVersion
  @detailVersion
end

#dispatchTimeMaxObject

Returns the value of attribute dispatchTimeMax.



23532
23533
23534
# File 'lib/eBay.rb', line 23532

def dispatchTimeMax
  @dispatchTimeMax
end

#extendedHandlingObject

Returns the value of attribute extendedHandling.



23536
23537
23538
# File 'lib/eBay.rb', line 23536

def extendedHandling
  @extendedHandling
end

#updateTimeObject

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