Class: ImageKitIo::Configurable::Configuration
- Inherits:
-
Object
- Object
- ImageKitIo::Configurable::Configuration
- Defined in:
- lib/imagekitio/configurable.rb
Constant Summary collapse
- AVAILABLE_SERVICE =
[:carrierwave, :active_storage]
Instance Attribute Summary collapse
-
#private_key ⇒ Object
Returns the value of attribute private_key.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#service ⇒ Object
Returns the value of attribute service.
-
#url_endpoint ⇒ Object
Returns the value of attribute url_endpoint.
Instance Method Summary collapse
Instance Attribute Details
#private_key ⇒ Object
Returns the value of attribute private_key.
32 33 34 |
# File 'lib/imagekitio/configurable.rb', line 32 def private_key @private_key end |
#public_key ⇒ Object
Returns the value of attribute public_key.
32 33 34 |
# File 'lib/imagekitio/configurable.rb', line 32 def public_key @public_key end |
#service ⇒ Object
Returns the value of attribute service.
32 33 34 |
# File 'lib/imagekitio/configurable.rb', line 32 def service @service end |
#url_endpoint ⇒ Object
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
#constants ⇒ Object
38 39 40 |
# File 'lib/imagekitio/configurable.rb', line 38 def constants @constants ||= ImageKitIo::Constant end |