Class: Imgwire::Resources::BaseResource
- Inherits:
-
Object
- Object
- Imgwire::Resources::BaseResource
- Defined in:
- lib/imgwire/resources/base_resource.rb
Direct Known Subclasses
CorsOriginsResource, CustomDomainResource, ImagesResource, MetricsResource
Instance Method Summary collapse
-
#initialize(api_client) ⇒ BaseResource
constructor
A new instance of BaseResource.
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 |