Class: TimeZoneDetailsType

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timeZoneID = nil, standardLabel = nil, standardOffset = nil, daylightSavingsLabel = nil, daylightSavingsOffset = nil, daylightSavingsInEffect = nil) ⇒ TimeZoneDetailsType

Returns a new instance of TimeZoneDetailsType.



25159
25160
25161
25162
25163
25164
25165
25166
25167
# File 'lib/eBay.rb', line 25159

def initialize(timeZoneID = nil, standardLabel = nil, standardOffset = nil, daylightSavingsLabel = nil, daylightSavingsOffset = nil, daylightSavingsInEffect = nil)
  @timeZoneID = timeZoneID
  @standardLabel = standardLabel
  @standardOffset = standardOffset
  @daylightSavingsLabel = daylightSavingsLabel
  @daylightSavingsOffset = daylightSavingsOffset
  @daylightSavingsInEffect = daylightSavingsInEffect
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25153
25154
25155
# File 'lib/eBay.rb', line 25153

def __xmlele_any
  @__xmlele_any
end

#daylightSavingsInEffectObject

Returns the value of attribute daylightSavingsInEffect.



25152
25153
25154
# File 'lib/eBay.rb', line 25152

def daylightSavingsInEffect
  @daylightSavingsInEffect
end

#daylightSavingsLabelObject

Returns the value of attribute daylightSavingsLabel.



25150
25151
25152
# File 'lib/eBay.rb', line 25150

def daylightSavingsLabel
  @daylightSavingsLabel
end

#daylightSavingsOffsetObject

Returns the value of attribute daylightSavingsOffset.



25151
25152
25153
# File 'lib/eBay.rb', line 25151

def daylightSavingsOffset
  @daylightSavingsOffset
end

#standardLabelObject

Returns the value of attribute standardLabel.



25148
25149
25150
# File 'lib/eBay.rb', line 25148

def standardLabel
  @standardLabel
end

#standardOffsetObject

Returns the value of attribute standardOffset.



25149
25150
25151
# File 'lib/eBay.rb', line 25149

def standardOffset
  @standardOffset
end

#timeZoneIDObject

Returns the value of attribute timeZoneID.



25147
25148
25149
# File 'lib/eBay.rb', line 25147

def timeZoneID
  @timeZoneID
end

Instance Method Details

#set_any(elements) ⇒ Object



25155
25156
25157
# File 'lib/eBay.rb', line 25155

def set_any(elements)
  @__xmlele_any = elements
end