Class: Imagekitio::Resources::Beta::V2

Inherits:
Object
  • Object
show all
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

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.

Parameters:



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

#filesImagekitio::Resources::Beta::V2::Files (readonly)



8
9
10
# File 'lib/imagekitio/resources/beta/v2.rb', line 8

def files
  @files
end