Class: Imagekitio::Resources::Beta
- Inherits:
-
Object
- Object
- Imagekitio::Resources::Beta
- Defined in:
- lib/imagekitio/resources/beta.rb,
lib/imagekitio/resources/beta/v2.rb,
lib/imagekitio/resources/beta/v2/files.rb
Defined Under Namespace
Classes: V2
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Beta
constructor
private
A new instance of Beta.
Constructor Details
#initialize(client:) ⇒ Beta
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Beta.
12 13 14 15 |
# File 'lib/imagekitio/resources/beta.rb', line 12 def initialize(client:) @client = client @v2 = Imagekitio::Resources::Beta::V2.new(client: client) end |
Instance Attribute Details
#v2 ⇒ Imagekitio::Resources::Beta::V2 (readonly)
7 8 9 |
# File 'lib/imagekitio/resources/beta.rb', line 7 def v2 @v2 end |