Class: CloudflareStorage::Configuration
- Inherits:
-
Object
- Object
- CloudflareStorage::Configuration
- Defined in:
- lib/cloudflare_storage.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#namespace_id ⇒ Object
Returns the value of attribute namespace_id.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id.
50 51 52 |
# File 'lib/cloudflare_storage.rb', line 50 def account_id @account_id end |
#connection ⇒ Object
Returns the value of attribute connection.
50 51 52 |
# File 'lib/cloudflare_storage.rb', line 50 def connection @connection end |
#namespace_id ⇒ Object
Returns the value of attribute namespace_id.
50 51 52 |
# File 'lib/cloudflare_storage.rb', line 50 def namespace_id @namespace_id end |
#token ⇒ Object
Returns the value of attribute token.
50 51 52 |
# File 'lib/cloudflare_storage.rb', line 50 def token @token end |