Class: Ebay::Types::TimeZoneDetails
- Inherits:
-
Object
- Object
- Ebay::Types::TimeZoneDetails
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/time_zone_details.rb
Overview
Attributes
text_node :time_zone_id, 'TimeZoneID', :optional => true
text_node :standard_label, 'StandardLabel', :optional => true
text_node :standard_offset, 'StandardOffset', :optional => true
text_node :daylight_savings_label, 'DaylightSavingsLabel', :optional => true
text_node :daylight_savings_offset, 'DaylightSavingsOffset', :optional => true
boolean_node :daylight_savings_in_effect, 'DaylightSavingsInEffect', 'true', 'false', :optional => true
Method Summary
#initialize, #object_attributes=