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