Class: ChargeBee::OmnichannelSubscriptionItem
- Defined in:
- lib/chargebee/models/omnichannel_subscription_item.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.
-
#item_id_at_source ⇒ Object
Returns the value of attribute item_id_at_source.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
-
#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.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def cancellation_reason @cancellation_reason end |
#cancelled_at ⇒ Object
Returns the value of attribute cancelled_at.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def cancelled_at @cancelled_at end |
#current_term_end ⇒ Object
Returns the value of attribute current_term_end.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def current_term_end @current_term_end end |
#current_term_start ⇒ Object
Returns the value of attribute current_term_start.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def current_term_start @current_term_start end |
#expiration_reason ⇒ Object
Returns the value of attribute expiration_reason.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def expiration_reason @expiration_reason end |
#expired_at ⇒ Object
Returns the value of attribute expired_at.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def expired_at @expired_at end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def id @id end |
#item_id_at_source ⇒ Object
Returns the value of attribute item_id_at_source.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def item_id_at_source @item_id_at_source end |
#resource_version ⇒ Object
Returns the value of attribute resource_version.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def resource_version @resource_version end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item.rb', line 4 def status @status end |