Class: ImageKitIo::Configurable::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/imagekitio/configurable.rb

Constant Summary collapse

AVAILABLE_SERVICE =
[:carrierwave, :active_storage]

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#private_keyObject

Returns the value of attribute private_key.



32
33
34
# File 'lib/imagekitio/configurable.rb', line 32

def private_key
  @private_key
end

#public_keyObject

Returns the value of attribute public_key.



32
33
34
# File 'lib/imagekitio/configurable.rb', line 32

def public_key
  @public_key
end

#serviceObject

Returns the value of attribute service.



32
33
34
# File 'lib/imagekitio/configurable.rb', line 32

def service
  @service
end

#url_endpointObject

Returns the value of attribute url_endpoint.



32
33
34
# File 'lib/imagekitio/configurable.rb', line 32

def url_endpoint
  @url_endpoint
end

Instance Method Details

#constantsObject



38
39
40
# File 'lib/imagekitio/configurable.rb', line 38

def constants
  @constants ||= ImageKitIo::Constant
end