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