Class: ChargeBee::SubscriptionEntitlementsCreatedDetail
- Defined in:
- lib/chargebee/models/subscription_entitlements_created_detail.rb
Instance Attribute Summary collapse
-
#has_next ⇒ Object
Returns the value of attribute has_next.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
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
#has_next ⇒ Object
Returns the value of attribute has_next.
4 5 6 |
# File 'lib/chargebee/models/subscription_entitlements_created_detail.rb', line 4 def has_next @has_next end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
4 5 6 |
# File 'lib/chargebee/models/subscription_entitlements_created_detail.rb', line 4 def subscription_id @subscription_id end |