Class: ChargeBee::Coupon::ItemConstraintCriteria

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_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

#currenciesObject

Returns the value of attribute currencies.



9
10
11
# File 'lib/chargebee/models/coupon.rb', line 9

def currencies
  @currencies
end

#item_family_idsObject

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_periodsObject

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_typeObject

Returns the value of attribute item_type.



9
10
11
# File 'lib/chargebee/models/coupon.rb', line 9

def item_type
  @item_type
end