Class: DispatchTimeMaxDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsDispatchTimeMaxDetailsType

dispatchTimeMax - SOAP::SOAPInt
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dispatchTimeMax = nil, description = nil) ⇒ DispatchTimeMaxDetailsType

Returns a new instance of DispatchTimeMaxDetailsType.



18751
18752
18753
18754
18755
# File 'lib/eBay.rb', line 18751

def initialize(dispatchTimeMax = nil, description = nil)
  @dispatchTimeMax = dispatchTimeMax
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18745
18746
18747
# File 'lib/eBay.rb', line 18745

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



18744
18745
18746
# File 'lib/eBay.rb', line 18744

def description
  @description
end

#dispatchTimeMaxObject

Returns the value of attribute dispatchTimeMax.



18743
18744
18745
# File 'lib/eBay.rb', line 18743

def dispatchTimeMax
  @dispatchTimeMax
end

Instance Method Details

#set_any(elements) ⇒ Object



18747
18748
18749
# File 'lib/eBay.rb', line 18747

def set_any(elements)
  @__xmlele_any = elements
end