Class: EveOnline::ESI::Resources::WalletResources
- Defined in:
- lib/eve_online/esi/resources/wallet_resources.rb
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
Methods inherited from Resource
#default_headers, #get_request, #initialize, #post_request, #user_agent
Constructor Details
This class inherits a constructor from EveOnline::ESI::Resources::Resource
Instance Method Details
#character(id:) ⇒ Object
8 9 10 11 12 |
# File 'lib/eve_online/esi/resources/wallet_resources.rb', line 8 def character(id:) response = get_request("characters/#{id}/wallet") Models::CharacterWallet.new(body: response.body, headers: response.headers) end |