Class: CloudflareStorage::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



50
51
52
# File 'lib/cloudflare_storage.rb', line 50

def 
  @account_id
end

#connectionObject

Returns the value of attribute connection.



50
51
52
# File 'lib/cloudflare_storage.rb', line 50

def connection
  @connection
end

#namespace_idObject

Returns the value of attribute namespace_id.



50
51
52
# File 'lib/cloudflare_storage.rb', line 50

def namespace_id
  @namespace_id
end

#tokenObject

Returns the value of attribute token.



50
51
52
# File 'lib/cloudflare_storage.rb', line 50

def token
  @token
end