Class: HighLevel::Models::Calendars::Hour
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Calendars::Hour
- Defined in:
- lib/high_level/models/calendars/hour.rb
Instance Attribute Summary collapse
-
#close_hour ⇒ Object
readonly
Returns the value of attribute close_hour.
-
#close_minute ⇒ Object
readonly
Returns the value of attribute close_minute.
-
#open_hour ⇒ Object
readonly
Returns the value of attribute open_hour.
-
#open_minute ⇒ Object
readonly
Returns the value of attribute open_minute.
Instance Attribute Details
#close_hour ⇒ Object (readonly)
Returns the value of attribute close_hour
9 10 11 |
# File 'lib/high_level/models/calendars/hour.rb', line 9 def close_hour @close_hour end |
#close_minute ⇒ Object (readonly)
Returns the value of attribute close_minute
9 10 11 |
# File 'lib/high_level/models/calendars/hour.rb', line 9 def close_minute @close_minute end |
#open_hour ⇒ Object (readonly)
Returns the value of attribute open_hour
9 10 11 |
# File 'lib/high_level/models/calendars/hour.rb', line 9 def open_hour @open_hour end |
#open_minute ⇒ Object (readonly)
Returns the value of attribute open_minute
9 10 11 |
# File 'lib/high_level/models/calendars/hour.rb', line 9 def open_minute @open_minute end |