Class: RmsApiRuby::Order

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

Direct Known Subclasses

Orders

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
15
16
17
18
19
20
21
22
23
24
# File 'lib/rms_api_ruby/order.rb', line 8

def api_methods
  %i[
    get_order
    update_order
    cancel_order
    change_status
    decision_point
    r_bank_account_transfer
    change_r_bank_to_unprocessing
    do_enclosure
    do_un_enclosure
    change_enclosure_parent
    get_enclosure_list
    get_request_id
    get_result
  ]
end

.soap_clientObject



26
27
28
# File 'lib/rms_api_ruby/order.rb', line 26

def soap_client
  Client
end