Class: HighLevel::Models::Payments::CustomRRuleOptionsDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/custom_r_rule_options_dto.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/payments/custom_r_rule_options_dto.rb', line 9

def count
  @count
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/payments/custom_r_rule_options_dto.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/payments/custom_r_rule_options_dto.rb', line 9

def day_of_week
  @day_of_week
end

#days_beforeObject (readonly)

Returns the value of attribute days_before

Returns:

  • (Object)

    the current value of days_before



9
10
11
# File 'lib/high_level/models/payments/custom_r_rule_options_dto.rb', line 9

def days_before
  @days_before
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/payments/custom_r_rule_options_dto.rb', line 9

def end_date
  @end_date
end

#end_timeObject (readonly)

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



9
10
11
# File 'lib/high_level/models/payments/custom_r_rule_options_dto.rb', line 9

def end_time
  @end_time
end

#intervalObject (readonly)

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



9
10
11
# File 'lib/high_level/models/payments/custom_r_rule_options_dto.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/payments/custom_r_rule_options_dto.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/payments/custom_r_rule_options_dto.rb', line 9

def month_of_year
  @month_of_year
end

#num_of_weekObject (readonly)

Returns the value of attribute num_of_week

Returns:

  • (Object)

    the current value of num_of_week



9
10
11
# File 'lib/high_level/models/payments/custom_r_rule_options_dto.rb', line 9

def num_of_week
  @num_of_week
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/payments/custom_r_rule_options_dto.rb', line 9

def start_date
  @start_date
end

#start_timeObject (readonly)

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



9
10
11
# File 'lib/high_level/models/payments/custom_r_rule_options_dto.rb', line 9

def start_time
  @start_time
end