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