Class: HighLevel::Models::Locations::CustomRRulesOptions

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/locations/custom_r_rules_options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of 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_dueObject (readonly)

Returns the value of attribute create_task_if_over_due

Returns:

  • (Object)

    the current value of 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_monthObject (readonly)

Returns the value of attribute day_of_month

Returns:

  • (Object)

    the current value of 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_weekObject (readonly)

Returns the value of attribute day_of_week

Returns:

  • (Object)

    the current value of 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_secondsObject (readonly)

Returns the value of attribute due_after_seconds

Returns:

  • (Object)

    the current value of 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_dateObject (readonly)

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



9
10
11
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9

def end_date
  @end_date
end

#intervalObject (readonly)

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



9
10
11
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9

def interval
  @interval
end

#interval_typeObject (readonly)

Returns the value of attribute interval_type

Returns:

  • (Object)

    the current value of 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_yearObject (readonly)

Returns the value of attribute month_of_year

Returns:

  • (Object)

    the current value of 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_dateObject (readonly)

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



9
10
11
# File 'lib/high_level/models/locations/custom_r_rules_options.rb', line 9

def start_date
  @start_date
end