Class: ChargeBee::Coupon::ItemConstraintCriteria
- Defined in:
- lib/chargebee/models/coupon.rb
Instance Attribute Summary collapse
-
#currencies ⇒ Object
Returns the value of attribute currencies.
-
#item_family_ids ⇒ Object
Returns the value of attribute item_family_ids.
-
#item_price_periods ⇒ Object
Returns the value of attribute item_price_periods.
-
#item_type ⇒ Object
Returns the value of attribute item_type.
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
#currencies ⇒ Object
Returns the value of attribute currencies.
9 10 11 |
# File 'lib/chargebee/models/coupon.rb', line 9 def currencies @currencies end |
#item_family_ids ⇒ Object
Returns the value of attribute item_family_ids.
9 10 11 |
# File 'lib/chargebee/models/coupon.rb', line 9 def item_family_ids @item_family_ids end |
#item_price_periods ⇒ Object
Returns the value of attribute item_price_periods.
9 10 11 |
# File 'lib/chargebee/models/coupon.rb', line 9 def item_price_periods @item_price_periods end |
#item_type ⇒ Object
Returns the value of attribute item_type.
9 10 11 |
# File 'lib/chargebee/models/coupon.rb', line 9 def item_type @item_type end |