Class: InsalesApi::PriceKind
- Defined in:
- lib/insales_api/price_kind.rb
Instance Method Summary collapse
Methods inherited from Base
configure, dump_config, for_account, restore_config
Methods included from Resource::Countable
Methods included from Resource::Paginated
Instance Method Details
#variant_price_method_name ⇒ Object
5 6 7 |
# File 'lib/insales_api/price_kind.rb', line 5 def variant_price_method_name "price#{price_index + 1}" end |