Class: Cloudimage::Client
- Inherits:
-
Object
- Object
- Cloudimage::Client
- Includes:
- Invalidation
- Defined in:
- lib/cloudimage/client.rb
Constant Summary collapse
- API_VERSION =
'v7'- DEFAULT_SIGNATURE_LENGTH =
18
Constants included from Invalidation
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(**options) ⇒ Client
constructor
A new instance of Client.
- #path(path) ⇒ Object
Constructor Details
#initialize(**options) ⇒ Client
Returns a new instance of Client.
17 18 19 20 |
# File 'lib/cloudimage/client.rb', line 17 def initialize(**) @config = set_config_defaults() validate_config end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
12 13 14 |
# File 'lib/cloudimage/client.rb', line 12 def config @config end |