Class: ChargeBee::AdvanceInvoiceSchedule

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/advance_invoice_schedule.rb

Defined Under Namespace

Classes: FixedIntervalSchedule, SpecificDatesSchedule

Instance Attribute Summary collapse

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_scheduleObject

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

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/chargebee/models/advance_invoice_schedule.rb', line 12

def id
  @id
end

#schedule_typeObject

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_scheduleObject

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