Class: HighLevel::Models::Locations::CustomRRulesOptions
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Locations::CustomRRulesOptions
- Defined in:
- lib/high_level/models/locations/custom_r_rules_options.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#create_task_if_over_due ⇒ Object
readonly
Returns the value of attribute create_task_if_over_due.
-
#day_of_month ⇒ Object
readonly
Returns the value of attribute day_of_month.
-
#day_of_week ⇒ Object
readonly
Returns the value of attribute day_of_week.
-
#due_after_seconds ⇒ Object
readonly
Returns the value of attribute due_after_seconds.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#interval ⇒ Object
readonly
Returns the value of attribute interval.
-
#interval_type ⇒ Object
readonly
Returns the value of attribute interval_type.
-
#month_of_year ⇒ Object
readonly
Returns the value of attribute month_of_year.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def count @count end |
#create_task_if_over_due ⇒ Object (readonly)
Returns the value of attribute create_task_if_over_due
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def create_task_if_over_due @create_task_if_over_due end |
#day_of_month ⇒ Object (readonly)
Returns the value of attribute day_of_month
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def day_of_month @day_of_month end |
#day_of_week ⇒ Object (readonly)
Returns the value of attribute day_of_week
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def day_of_week @day_of_week end |
#due_after_seconds ⇒ Object (readonly)
Returns the value of attribute due_after_seconds
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def due_after_seconds @due_after_seconds end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def end_date @end_date end |
#interval ⇒ Object (readonly)
Returns the value of attribute interval
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def interval @interval end |
#interval_type ⇒ Object (readonly)
Returns the value of attribute interval_type
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def interval_type @interval_type end |
#month_of_year ⇒ Object (readonly)
Returns the value of attribute month_of_year
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def month_of_year @month_of_year end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9 def start_date @start_date end |