Class: YandexKassa::Requests::TestDeposition
- Inherits:
-
Deposition
- Object
- Deposition
- YandexKassa::Requests::TestDeposition
- Defined in:
- lib/yandex_kassa/requests.rb
Instance Attribute Summary
Attributes inherited from Deposition
#agent_id, #amount, #client_order_id, #contract, #currency, #dst_account, #request_dt
Instance Method Summary collapse
Methods inherited from Deposition
#extra_params, #initialize, #xml_request_body
Constructor Details
This class inherits a constructor from YandexKassa::Requests::Deposition
Instance Method Details
#request_name ⇒ Object
49 50 51 |
# File 'lib/yandex_kassa/requests.rb', line 49 def request_name 'testDepositionRequest' end |
#request_path ⇒ Object
53 54 55 |
# File 'lib/yandex_kassa/requests.rb', line 53 def request_path 'testDeposition' end |