Class: ChargeBee::BillingConfiguration
- Defined in:
- lib/chargebee/models/billing_configuration.rb
Defined Under Namespace
Classes: BillingDate
Instance Attribute Summary collapse
-
#billing_dates ⇒ Object
Returns the value of attribute billing_dates.
-
#is_calendar_billing_enabled ⇒ Object
Returns the value of attribute is_calendar_billing_enabled.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_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
#billing_dates ⇒ Object
Returns the value of attribute billing_dates.
8 9 10 |
# File 'lib/chargebee/models/billing_configuration.rb', line 8 def billing_dates @billing_dates end |
#is_calendar_billing_enabled ⇒ Object
Returns the value of attribute is_calendar_billing_enabled.
8 9 10 |
# File 'lib/chargebee/models/billing_configuration.rb', line 8 def is_calendar_billing_enabled @is_calendar_billing_enabled end |