Class: EBay::TimeZoneDetailsType
- Inherits:
-
Object
- Object
- EBay::TimeZoneDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsTimeZoneDetailsType
timeZoneID - SOAP::SOAPString
standardLabel - SOAP::SOAPString
standardOffset - SOAP::SOAPString
daylightSavingsLabel - SOAP::SOAPString
daylightSavingsOffset - SOAP::SOAPString
daylightSavingsInEffect - SOAP::SOAPBoolean
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#daylightSavingsInEffect ⇒ Object
Returns the value of attribute daylightSavingsInEffect.
-
#daylightSavingsLabel ⇒ Object
Returns the value of attribute daylightSavingsLabel.
-
#daylightSavingsOffset ⇒ Object
Returns the value of attribute daylightSavingsOffset.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#standardLabel ⇒ Object
Returns the value of attribute standardLabel.
-
#standardOffset ⇒ Object
Returns the value of attribute standardOffset.
-
#timeZoneID ⇒ Object
Returns the value of attribute timeZoneID.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(timeZoneID = nil, standardLabel = nil, standardOffset = nil, daylightSavingsLabel = nil, daylightSavingsOffset = nil, daylightSavingsInEffect = nil, detailVersion = nil, updateTime = nil) ⇒ TimeZoneDetailsType
constructor
A new instance of TimeZoneDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timeZoneID = nil, standardLabel = nil, standardOffset = nil, daylightSavingsLabel = nil, daylightSavingsOffset = nil, daylightSavingsInEffect = nil, detailVersion = nil, updateTime = nil) ⇒ TimeZoneDetailsType
Returns a new instance of TimeZoneDetailsType.
34439 34440 34441 34442 34443 34444 34445 34446 34447 34448 34449 |
# File 'lib/eBay.rb', line 34439 def initialize(timeZoneID = nil, standardLabel = nil, standardOffset = nil, daylightSavingsLabel = nil, daylightSavingsOffset = nil, daylightSavingsInEffect = nil, detailVersion = nil, updateTime = nil) @timeZoneID = timeZoneID @standardLabel = standardLabel @standardOffset = standardOffset @daylightSavingsLabel = daylightSavingsLabel @daylightSavingsOffset = daylightSavingsOffset @daylightSavingsInEffect = daylightSavingsInEffect @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34433 34434 34435 |
# File 'lib/eBay.rb', line 34433 def __xmlele_any @__xmlele_any end |
#daylightSavingsInEffect ⇒ Object
Returns the value of attribute daylightSavingsInEffect.
34430 34431 34432 |
# File 'lib/eBay.rb', line 34430 def daylightSavingsInEffect @daylightSavingsInEffect end |
#daylightSavingsLabel ⇒ Object
Returns the value of attribute daylightSavingsLabel.
34428 34429 34430 |
# File 'lib/eBay.rb', line 34428 def daylightSavingsLabel @daylightSavingsLabel end |
#daylightSavingsOffset ⇒ Object
Returns the value of attribute daylightSavingsOffset.
34429 34430 34431 |
# File 'lib/eBay.rb', line 34429 def daylightSavingsOffset @daylightSavingsOffset end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
34431 34432 34433 |
# File 'lib/eBay.rb', line 34431 def detailVersion @detailVersion end |
#standardLabel ⇒ Object
Returns the value of attribute standardLabel.
34426 34427 34428 |
# File 'lib/eBay.rb', line 34426 def standardLabel @standardLabel end |
#standardOffset ⇒ Object
Returns the value of attribute standardOffset.
34427 34428 34429 |
# File 'lib/eBay.rb', line 34427 def standardOffset @standardOffset end |
#timeZoneID ⇒ Object
Returns the value of attribute timeZoneID.
34425 34426 34427 |
# File 'lib/eBay.rb', line 34425 def timeZoneID @timeZoneID end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
34432 34433 34434 |
# File 'lib/eBay.rb', line 34432 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
34435 34436 34437 |
# File 'lib/eBay.rb', line 34435 def set_any(elements) @__xmlele_any = elements end |