Class: EBay::ContactHoursDetailsType
- Inherits:
-
Object
- Object
- EBay::ContactHoursDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsContactHoursDetailsType
timeZoneID - SOAP::SOAPString
hours1Days - EBay::DaysCodeType
hours1AnyTime - SOAP::SOAPBoolean
hours1From - SOAP::SOAPTime
hours1To - SOAP::SOAPTime
hours2Days - EBay::DaysCodeType
hours2AnyTime - SOAP::SOAPBoolean
hours2From - SOAP::SOAPTime
hours2To - SOAP::SOAPTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#hours1AnyTime ⇒ Object
Returns the value of attribute hours1AnyTime.
-
#hours1Days ⇒ Object
Returns the value of attribute hours1Days.
-
#hours1From ⇒ Object
Returns the value of attribute hours1From.
-
#hours1To ⇒ Object
Returns the value of attribute hours1To.
-
#hours2AnyTime ⇒ Object
Returns the value of attribute hours2AnyTime.
-
#hours2Days ⇒ Object
Returns the value of attribute hours2Days.
-
#hours2From ⇒ Object
Returns the value of attribute hours2From.
-
#hours2To ⇒ Object
Returns the value of attribute hours2To.
-
#timeZoneID ⇒ Object
Returns the value of attribute timeZoneID.
Instance Method Summary collapse
-
#initialize(timeZoneID = nil, hours1Days = nil, hours1AnyTime = nil, hours1From = nil, hours1To = nil, hours2Days = nil, hours2AnyTime = nil, hours2From = nil, hours2To = nil) ⇒ ContactHoursDetailsType
constructor
A new instance of ContactHoursDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timeZoneID = nil, hours1Days = nil, hours1AnyTime = nil, hours1From = nil, hours1To = nil, hours2Days = nil, hours2AnyTime = nil, hours2From = nil, hours2To = nil) ⇒ ContactHoursDetailsType
Returns a new instance of ContactHoursDetailsType.
23131 23132 23133 23134 23135 23136 23137 23138 23139 23140 23141 23142 |
# File 'lib/eBay.rb', line 23131 def initialize(timeZoneID = nil, hours1Days = nil, hours1AnyTime = nil, hours1From = nil, hours1To = nil, hours2Days = nil, hours2AnyTime = nil, hours2From = nil, hours2To = nil) @timeZoneID = timeZoneID @hours1Days = hours1Days @hours1AnyTime = hours1AnyTime @hours1From = hours1From @hours1To = hours1To @hours2Days = hours2Days @hours2AnyTime = hours2AnyTime @hours2From = hours2From @hours2To = hours2To @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23125 23126 23127 |
# File 'lib/eBay.rb', line 23125 def __xmlele_any @__xmlele_any end |
#hours1AnyTime ⇒ Object
Returns the value of attribute hours1AnyTime.
23118 23119 23120 |
# File 'lib/eBay.rb', line 23118 def hours1AnyTime @hours1AnyTime end |
#hours1Days ⇒ Object
Returns the value of attribute hours1Days.
23117 23118 23119 |
# File 'lib/eBay.rb', line 23117 def hours1Days @hours1Days end |
#hours1From ⇒ Object
Returns the value of attribute hours1From.
23119 23120 23121 |
# File 'lib/eBay.rb', line 23119 def hours1From @hours1From end |
#hours1To ⇒ Object
Returns the value of attribute hours1To.
23120 23121 23122 |
# File 'lib/eBay.rb', line 23120 def hours1To @hours1To end |
#hours2AnyTime ⇒ Object
Returns the value of attribute hours2AnyTime.
23122 23123 23124 |
# File 'lib/eBay.rb', line 23122 def hours2AnyTime @hours2AnyTime end |
#hours2Days ⇒ Object
Returns the value of attribute hours2Days.
23121 23122 23123 |
# File 'lib/eBay.rb', line 23121 def hours2Days @hours2Days end |
#hours2From ⇒ Object
Returns the value of attribute hours2From.
23123 23124 23125 |
# File 'lib/eBay.rb', line 23123 def hours2From @hours2From end |
#hours2To ⇒ Object
Returns the value of attribute hours2To.
23124 23125 23126 |
# File 'lib/eBay.rb', line 23124 def hours2To @hours2To end |
#timeZoneID ⇒ Object
Returns the value of attribute timeZoneID.
23116 23117 23118 |
# File 'lib/eBay.rb', line 23116 def timeZoneID @timeZoneID end |
Instance Method Details
#set_any(elements) ⇒ Object
23127 23128 23129 |
# File 'lib/eBay.rb', line 23127 def set_any(elements) @__xmlele_any = elements end |