Class: ChargeBee::OmnichannelSubscription::OmnichannelSubscriptionItem
- Inherits:
-
Model
- Object
- Model
- ChargeBee::OmnichannelSubscription::OmnichannelSubscriptionItem
- Defined in:
- lib/chargebee/models/omnichannel_subscription.rb
Instance Attribute Summary collapse
-
#cancellation_reason ⇒ Object
Returns the value of attribute cancellation_reason.
-
#cancelled_at ⇒ Object
Returns the value of attribute cancelled_at.
-
#current_term_end ⇒ Object
Returns the value of attribute current_term_end.
-
#current_term_start ⇒ Object
Returns the value of attribute current_term_start.
-
#expiration_reason ⇒ Object
Returns the value of attribute expiration_reason.
-
#expired_at ⇒ Object
Returns the value of attribute expired_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_at_source ⇒ Object
Returns the value of attribute id_at_source.
-
#status ⇒ Object
Returns the value of attribute status.
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
#cancellation_reason ⇒ Object
Returns the value of attribute cancellation_reason.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def cancellation_reason @cancellation_reason end |
#cancelled_at ⇒ Object
Returns the value of attribute cancelled_at.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def cancelled_at @cancelled_at end |
#current_term_end ⇒ Object
Returns the value of attribute current_term_end.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def current_term_end @current_term_end end |
#current_term_start ⇒ Object
Returns the value of attribute current_term_start.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def current_term_start @current_term_start end |
#expiration_reason ⇒ Object
Returns the value of attribute expiration_reason.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def expiration_reason @expiration_reason end |
#expired_at ⇒ Object
Returns the value of attribute expired_at.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def expired_at @expired_at end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def id @id end |
#id_at_source ⇒ Object
Returns the value of attribute id_at_source.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def id_at_source @id_at_source end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/chargebee/models/omnichannel_subscription.rb', line 5 def status @status end |