Class: ChargeBee::QuoteEntitlement

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/quote_entitlement.rb

Instance Attribute Summary collapse

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_atObject

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_dateObject

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_idObject

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_typeObject

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_idObject

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_enabledObject

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_atObject

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_dateObject

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

#valueObject

Returns the value of attribute value.



4
5
6
# File 'lib/chargebee/models/quote_entitlement.rb', line 4

def value
  @value
end