Class: Imgwire::Resources::BaseResource

Inherits:
Object
  • Object
show all
Defined in:
lib/imgwire/resources/base_resource.rb

Instance Method Summary collapse

Constructor Details

#initialize(api_client) ⇒ BaseResource

Returns a new instance of BaseResource.



6
7
8
# File 'lib/imgwire/resources/base_resource.rb', line 6

def initialize(api_client)
  @api_client = api_client
end