Class: RmsApiRuby::Order
- Inherits:
-
Object
- Object
- RmsApiRuby::Order
- Extended by:
- SoapApi
- Defined in:
- lib/rms_api_ruby/order.rb
Direct Known Subclasses
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_methods ⇒ Object
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_client ⇒ Object
26 27 28 |
# File 'lib/rms_api_ruby/order.rb', line 26 def soap_client Client end |