Class: EBay::DispatchCutoffTimePreferencesType
- Inherits:
-
Object
- Object
- EBay::DispatchCutoffTimePreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDispatchCutoffTimePreferencesType
cutoffTime - SOAP::SOAPTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#cutoffTime ⇒ Object
Returns the value of attribute cutoffTime.
Instance Method Summary collapse
-
#initialize(cutoffTime = nil) ⇒ DispatchCutoffTimePreferencesType
constructor
A new instance of DispatchCutoffTimePreferencesType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23513 23514 23515 |
# File 'lib/eBay.rb', line 23513 def __xmlele_any @__xmlele_any end |
#cutoffTime ⇒ Object
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 |