Class: ChargeBee::AdvanceInvoiceSchedule::FixedIntervalSchedule
- Defined in:
- lib/chargebee/models/advance_invoice_schedule.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#days_before_renewal ⇒ Object
Returns the value of attribute days_before_renewal.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#end_schedule_on ⇒ Object
Returns the value of attribute end_schedule_on.
-
#number_of_occurrences ⇒ Object
Returns the value of attribute number_of_occurrences.
-
#terms_to_charge ⇒ Object
Returns the value of attribute terms_to_charge.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 5 def created_at @created_at end |
#days_before_renewal ⇒ Object
Returns the value of attribute days_before_renewal.
5 6 7 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 5 def days_before_renewal @days_before_renewal end |
#end_date ⇒ Object
Returns the value of attribute end_date.
5 6 7 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 5 def end_date @end_date end |
#end_schedule_on ⇒ Object
Returns the value of attribute end_schedule_on.
5 6 7 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 5 def end_schedule_on @end_schedule_on end |
#number_of_occurrences ⇒ Object
Returns the value of attribute number_of_occurrences.
5 6 7 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 5 def number_of_occurrences @number_of_occurrences end |
#terms_to_charge ⇒ Object
Returns the value of attribute terms_to_charge.
5 6 7 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 5 def terms_to_charge @terms_to_charge end |