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