Class: InsalesApi::PriceKind

Inherits:
Base
  • Object
show all
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

#count

Methods included from Resource::Paginated

#find_each, #find_in_batches

Instance Method Details

#variant_price_method_nameObject



5
6
7
# File 'lib/insales_api/price_kind.rb', line 5

def variant_price_method_name
  "price#{price_index + 1}"
end