Class: FilestackRails::Configuration
- Inherits:
-
Object
- Object
- FilestackRails::Configuration
- Defined in:
- lib/filestack_rails/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#client_name ⇒ Object
Returns the value of attribute client_name.
-
#cname ⇒ Object
Returns the value of attribute cname.
-
#expiry ⇒ Object
Returns the value of attribute expiry.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#security ⇒ Object
Returns the value of attribute security.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def api_key @api_key end |
#app_secret ⇒ Object
Returns the value of attribute app_secret.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def app_secret @app_secret end |
#client_name ⇒ Object
Returns the value of attribute client_name.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def client_name @client_name end |
#cname ⇒ Object
Returns the value of attribute cname.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def cname @cname end |
#expiry ⇒ Object
Returns the value of attribute expiry.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def expiry @expiry end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def secret_key @secret_key end |
#security ⇒ Object
Returns the value of attribute security.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def security @security end |
#version ⇒ Object
Returns the value of attribute version.
5 6 7 |
# File 'lib/filestack_rails/configuration.rb', line 5 def version @version end |