Class: EBay::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
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34433
34434
34435
# File 'lib/eBay.rb', line 34433

def __xmlele_any
  @__xmlele_any
end

#daylightSavingsInEffectObject

Returns the value of attribute daylightSavingsInEffect.



34430
34431
34432
# File 'lib/eBay.rb', line 34430

def daylightSavingsInEffect
  @daylightSavingsInEffect
end

#daylightSavingsLabelObject

Returns the value of attribute daylightSavingsLabel.



34428
34429
34430
# File 'lib/eBay.rb', line 34428

def daylightSavingsLabel
  @daylightSavingsLabel
end

#daylightSavingsOffsetObject

Returns the value of attribute daylightSavingsOffset.



34429
34430
34431
# File 'lib/eBay.rb', line 34429

def daylightSavingsOffset
  @daylightSavingsOffset
end

#detailVersionObject

Returns the value of attribute detailVersion.



34431
34432
34433
# File 'lib/eBay.rb', line 34431

def detailVersion
  @detailVersion
end

#standardLabelObject

Returns the value of attribute standardLabel.



34426
34427
34428
# File 'lib/eBay.rb', line 34426

def standardLabel
  @standardLabel
end

#standardOffsetObject

Returns the value of attribute standardOffset.



34427
34428
34429
# File 'lib/eBay.rb', line 34427

def standardOffset
  @standardOffset
end

#timeZoneIDObject

Returns the value of attribute timeZoneID.



34425
34426
34427
# File 'lib/eBay.rb', line 34425

def timeZoneID
  @timeZoneID
end

#updateTimeObject

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