Class: ChargeBee::OmnichannelSubscriptionItemMetric
- Defined in:
- lib/chargebee/models/omnichannel_subscription_item_metric.rb
Instance Attribute Summary collapse
-
#calculated_at ⇒ Object
Returns the value of attribute calculated_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#effective_from ⇒ Object
Returns the value of attribute effective_from.
-
#item_id_at_source ⇒ Object
Returns the value of attribute item_id_at_source.
-
#mrr_currency ⇒ Object
Returns the value of attribute mrr_currency.
-
#mrr_nanos ⇒ Object
Returns the value of attribute mrr_nanos.
-
#mrr_units ⇒ Object
Returns the value of attribute mrr_units.
-
#omnichannel_subscription_id ⇒ Object
Returns the value of attribute omnichannel_subscription_id.
-
#omnichannel_subscription_item_id ⇒ Object
Returns the value of attribute omnichannel_subscription_item_id.
-
#resource_version ⇒ Object
Returns the value of attribute resource_version.
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
#calculated_at ⇒ Object
Returns the value of attribute calculated_at.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def calculated_at @calculated_at end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def created_at @created_at end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def customer_id @customer_id end |
#effective_from ⇒ Object
Returns the value of attribute effective_from.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def effective_from @effective_from 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_metric.rb', line 4 def item_id_at_source @item_id_at_source end |
#mrr_currency ⇒ Object
Returns the value of attribute mrr_currency.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def mrr_currency @mrr_currency end |
#mrr_nanos ⇒ Object
Returns the value of attribute mrr_nanos.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def mrr_nanos @mrr_nanos end |
#mrr_units ⇒ Object
Returns the value of attribute mrr_units.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def mrr_units @mrr_units end |
#omnichannel_subscription_id ⇒ Object
Returns the value of attribute omnichannel_subscription_id.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def omnichannel_subscription_id @omnichannel_subscription_id end |
#omnichannel_subscription_item_id ⇒ Object
Returns the value of attribute omnichannel_subscription_item_id.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def omnichannel_subscription_item_id @omnichannel_subscription_item_id end |
#resource_version ⇒ Object
Returns the value of attribute resource_version.
4 5 6 |
# File 'lib/chargebee/models/omnichannel_subscription_item_metric.rb', line 4 def resource_version @resource_version end |