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