Class: ChargeBee::AdvanceInvoiceSchedule
- Defined in:
- lib/chargebee/models/advance_invoice_schedule.rb
Defined Under Namespace
Classes: FixedIntervalSchedule, SpecificDatesSchedule
Instance Attribute Summary collapse
-
#fixed_interval_schedule ⇒ Object
Returns the value of attribute fixed_interval_schedule.
-
#id ⇒ Object
Returns the value of attribute id.
-
#schedule_type ⇒ Object
Returns the value of attribute schedule_type.
-
#specific_dates_schedule ⇒ Object
Returns the value of attribute specific_dates_schedule.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #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
#fixed_interval_schedule ⇒ Object
Returns the value of attribute fixed_interval_schedule.
12 13 14 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 12 def fixed_interval_schedule @fixed_interval_schedule end |
#id ⇒ Object
Returns the value of attribute id.
12 13 14 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 12 def id @id end |
#schedule_type ⇒ Object
Returns the value of attribute schedule_type.
12 13 14 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 12 def schedule_type @schedule_type end |
#specific_dates_schedule ⇒ Object
Returns the value of attribute specific_dates_schedule.
12 13 14 |
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 12 def specific_dates_schedule @specific_dates_schedule end |