Class: Seam::Resources::Device::Properties::OfflineTimeFrameOptions::TimePairs
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::OfflineTimeFrameOptions::TimePairs
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Label for the start/end time pairing.
-
#end_time ⇒ Object
End time of day as a 24-hour
HH:MMvalue, interpreted in the option'stime_zone. -
#start_time ⇒ Object
Start time of day as a 24-hour
HH:MMvalue, interpreted in the option'stime_zone.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#display_name ⇒ Object
Label for the start/end time pairing.
695 696 697 |
# File 'lib/seam/resources/device.rb', line 695 def display_name @display_name end |
#end_time ⇒ Object
End time of day as a 24-hour HH:MM value, interpreted in the option's time_zone. An end_time earlier on the clock than start_time means the end falls on a later date.
697 698 699 |
# File 'lib/seam/resources/device.rb', line 697 def end_time @end_time end |
#start_time ⇒ Object
Start time of day as a 24-hour HH:MM value, interpreted in the option's time_zone.
699 700 701 |
# File 'lib/seam/resources/device.rb', line 699 def start_time @start_time end |