Class: ChargeBee::Ramp::ContractTerm
- Defined in:
- lib/chargebee/models/ramp.rb
Instance Attribute Summary collapse
-
#action_at_term_end ⇒ Object
Returns the value of attribute action_at_term_end.
-
#cancellation_cutoff_period ⇒ Object
Returns the value of attribute cancellation_cutoff_period.
-
#renewal_billing_cycles ⇒ Object
Returns the value of attribute renewal_billing_cycles.
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
#action_at_term_end ⇒ Object
Returns the value of attribute action_at_term_end.
25 26 27 |
# File 'lib/chargebee/models/ramp.rb', line 25 def action_at_term_end @action_at_term_end end |
#cancellation_cutoff_period ⇒ Object
Returns the value of attribute cancellation_cutoff_period.
25 26 27 |
# File 'lib/chargebee/models/ramp.rb', line 25 def cancellation_cutoff_period @cancellation_cutoff_period end |
#renewal_billing_cycles ⇒ Object
Returns the value of attribute renewal_billing_cycles.
25 26 27 |
# File 'lib/chargebee/models/ramp.rb', line 25 def renewal_billing_cycles @renewal_billing_cycles end |