Class: ChargeBee::QuotedSubscription::QuotedContractTerm
- Defined in:
- lib/chargebee/models/quoted_subscription.rb
Instance Attribute Summary collapse
-
#action_at_term_end ⇒ Object
Returns the value of attribute action_at_term_end.
-
#billing_cycle ⇒ Object
Returns the value of attribute billing_cycle.
-
#cancellation_cutoff_period ⇒ Object
Returns the value of attribute cancellation_cutoff_period.
-
#contract_end ⇒ Object
Returns the value of attribute contract_end.
-
#contract_start ⇒ Object
Returns the value of attribute contract_start.
-
#total_contract_value ⇒ Object
Returns the value of attribute total_contract_value.
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
#action_at_term_end ⇒ Object
Returns the value of attribute action_at_term_end.
25 26 27 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 25 def action_at_term_end @action_at_term_end end |
#billing_cycle ⇒ Object
Returns the value of attribute billing_cycle.
25 26 27 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 25 def billing_cycle @billing_cycle end |
#cancellation_cutoff_period ⇒ Object
Returns the value of attribute cancellation_cutoff_period.
25 26 27 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 25 def cancellation_cutoff_period @cancellation_cutoff_period end |
#contract_end ⇒ Object
Returns the value of attribute contract_end.
25 26 27 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 25 def contract_end @contract_end end |
#contract_start ⇒ Object
Returns the value of attribute contract_start.
25 26 27 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 25 def contract_start @contract_start end |
#total_contract_value ⇒ Object
Returns the value of attribute total_contract_value.
25 26 27 |
# File 'lib/chargebee/models/quoted_subscription.rb', line 25 def total_contract_value @total_contract_value end |