Class: Imagekitio::Resources::Beta::V2
- Inherits:
-
Object
- Object
- Imagekitio::Resources::Beta::V2
- Defined in:
- lib/imagekitio/resources/beta/v2.rb,
lib/imagekitio/resources/beta/v2/files.rb
Defined Under Namespace
Classes: Files
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ V2
constructor
private
A new instance of V2.
Constructor Details
#initialize(client:) ⇒ V2
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 V2.
13 14 15 16 |
# File 'lib/imagekitio/resources/beta/v2.rb', line 13 def initialize(client:) @client = client @files = Imagekitio::Resources::Beta::V2::Files.new(client: client) end |
Instance Attribute Details
#files ⇒ Imagekitio::Resources::Beta::V2::Files (readonly)
8 9 10 |
# File 'lib/imagekitio/resources/beta/v2.rb', line 8 def files @files end |