Class: RmsApiRuby::Inventory

Inherits:
Object
  • Object
show all
Extended by:
SoapApi
Defined in:
lib/rms_api_ruby/inventory.rb

Defined Under Namespace

Classes: Client

Class Method Summary collapse

Methods included from SoapApi

api_methods, call_api, handle_error, method_missing, respond_to_missing?, soap_client

Class Method Details

.api_methodsObject



8
9
10
11
12
13
14
# File 'lib/rms_api_ruby/inventory.rb', line 8

def api_methods
  %i[
    get_inventory_external
    update_inventory_external
    update_single_inventory_external
  ]
end

.soap_clientObject



16
17
18
# File 'lib/rms_api_ruby/inventory.rb', line 16

def soap_client
  Client
end