Class: ChargeBee::QuoteEntitlement
- Defined in:
- lib/chargebee/models/quote_entitlement.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#entity_id ⇒ Object
Returns the value of attribute entity_id.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#feature_id ⇒ Object
Returns the value of attribute feature_id.
-
#is_enabled ⇒ Object
Returns the value of attribute is_enabled.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#value ⇒ Object
Returns the value of attribute value.
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
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def created_at @created_at end |
#end_date ⇒ Object
Returns the value of attribute end_date.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def end_date @end_date end |
#entity_id ⇒ Object
Returns the value of attribute entity_id.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def entity_id @entity_id end |
#entity_type ⇒ Object
Returns the value of attribute entity_type.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def entity_type @entity_type end |
#feature_id ⇒ Object
Returns the value of attribute feature_id.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def feature_id @feature_id end |
#is_enabled ⇒ Object
Returns the value of attribute is_enabled.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def is_enabled @is_enabled end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def modified_at @modified_at end |
#start_date ⇒ Object
Returns the value of attribute start_date.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def start_date @start_date end |
#value ⇒ Object
Returns the value of attribute value.
4 5 6 |
# File 'lib/chargebee/models/quote_entitlement.rb', line 4 def value @value end |