Method: ESI::UserInterfaceApi#post_ui_openwindow_contract
- Defined in:
- lib/esi-client-bvv/api/user_interface_api.rb
#post_ui_openwindow_contract(contract_id, opts = {}) ⇒ nil
Open Contract Window Open the contract window inside the client —
108 109 110 111 |
# File 'lib/esi-client-bvv/api/user_interface_api.rb', line 108 def post_ui_openwindow_contract(contract_id, opts = {}) post_ui_openwindow_contract_with_http_info(contract_id, opts) return nil end |