Class: Esi::Calls::CharacterWallet
Overview
Cache: 2 minutes
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(character_id) ⇒ CharacterWallet
constructor
A new instance of CharacterWallet.
Methods inherited from Base
#method, #page=, #paginated?, #url
Constructor Details
#initialize(character_id) ⇒ CharacterWallet
Returns a new instance of CharacterWallet.
152 153 154 |
# File 'lib/esi/calls.rb', line 152 def initialize(character_id) @path = "/characters/#{character_id}/wallet" end |