Class: Seam::Resources::Device::Properties::OnlineTimeFrameOptions::TimePairs

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_nameObject

Label for the start/end time pairing.



722
723
724
# File 'lib/seam/resources/device.rb', line 722

def display_name
  @display_name
end

#end_timeObject

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.



724
725
726
# File 'lib/seam/resources/device.rb', line 724

def end_time
  @end_time
end

#start_timeObject

Start time of day as a 24-hour HH:MM value, interpreted in the option's time_zone.



726
727
728
# File 'lib/seam/resources/device.rb', line 726

def start_time
  @start_time
end