Class: EBay::DispatchCutoffTimePreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsDispatchCutoffTimePreferencesType

cutoffTime - SOAP::SOAPTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cutoffTime = nil) ⇒ DispatchCutoffTimePreferencesType

Returns a new instance of DispatchCutoffTimePreferencesType.



23519
23520
23521
23522
# File 'lib/eBay.rb', line 23519

def initialize(cutoffTime = nil)
  @cutoffTime = cutoffTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23513
23514
23515
# File 'lib/eBay.rb', line 23513

def __xmlele_any
  @__xmlele_any
end

#cutoffTimeObject

Returns the value of attribute cutoffTime.



23512
23513
23514
# File 'lib/eBay.rb', line 23512

def cutoffTime
  @cutoffTime
end

Instance Method Details

#set_any(elements) ⇒ Object



23515
23516
23517
# File 'lib/eBay.rb', line 23515

def set_any(elements)
  @__xmlele_any = elements
end