Class: HighLevel::Models::Invoices::CustomRRuleOptionsDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::CustomRRuleOptionsDto
- Defined in:
- lib/high_level/models/invoices/custom_r_rule_options_dto.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#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.
-
#days_before ⇒ Object
readonly
Returns the value of attribute days_before.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#end_time ⇒ Object
readonly
Returns the value of attribute end_time.
-
#end_type ⇒ Object
readonly
Returns the value of attribute end_type.
-
#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.
-
#num_of_week ⇒ Object
readonly
Returns the value of attribute num_of_week.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#start_time ⇒ Object
readonly
Returns the value of attribute start_time.
-
#use_start_as_primary_user_accepted ⇒ Object
readonly
Returns the value of attribute use_start_as_primary_user_accepted.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def count @count end |
#day_of_month ⇒ Object (readonly)
Returns the value of attribute day_of_month
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.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/invoices/custom_r_rule_options_dto.rb', line 9 def day_of_week @day_of_week end |
#days_before ⇒ Object (readonly)
Returns the value of attribute days_before
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def days_before @days_before end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def end_date @end_date end |
#end_time ⇒ Object (readonly)
Returns the value of attribute end_time
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def end_time @end_time end |
#end_type ⇒ Object (readonly)
Returns the value of attribute end_type
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def end_type @end_type end |
#interval ⇒ Object (readonly)
Returns the value of attribute interval
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.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/invoices/custom_r_rule_options_dto.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/invoices/custom_r_rule_options_dto.rb', line 9 def month_of_year @month_of_year end |
#num_of_week ⇒ Object (readonly)
Returns the value of attribute num_of_week
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def num_of_week @num_of_week end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def start_date @start_date end |
#start_time ⇒ Object (readonly)
Returns the value of attribute start_time
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def start_time @start_time end |
#use_start_as_primary_user_accepted ⇒ Object (readonly)
Returns the value of attribute use_start_as_primary_user_accepted
9 10 11 |
# File 'lib/high_level/models/invoices/custom_r_rule_options_dto.rb', line 9 def use_start_as_primary_user_accepted @use_start_as_primary_user_accepted end |