Class: FileConvert::Configuration
- Inherits:
-
Object
- Object
- FileConvert::Configuration
- Defined in:
- lib/file_convert/configuration.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#oauth_scope ⇒ Object
Returns the value of attribute oauth_scope.
-
#password ⇒ Object
Returns the value of attribute password.
-
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
-
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ Object
Returns the value of attribute s3_key.
-
#s3_secret ⇒ Object
Returns the value of attribute s3_secret.
-
#tmp_folder ⇒ Object
Returns the value of attribute tmp_folder.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
3 4 5 |
# File 'lib/file_convert/configuration.rb', line 3 def client_id @client_id end |
#client_secret ⇒ Object
Returns the value of attribute client_secret.
4 5 6 |
# File 'lib/file_convert/configuration.rb', line 4 def client_secret @client_secret end |
#oauth_scope ⇒ Object
Returns the value of attribute oauth_scope.
5 6 7 |
# File 'lib/file_convert/configuration.rb', line 5 def oauth_scope @oauth_scope end |
#password ⇒ Object
Returns the value of attribute password.
8 9 10 |
# File 'lib/file_convert/configuration.rb', line 8 def password @password end |
#redirect_uri ⇒ Object
Returns the value of attribute redirect_uri.
6 7 8 |
# File 'lib/file_convert/configuration.rb', line 6 def redirect_uri @redirect_uri end |
#s3_bucket ⇒ Object
Returns the value of attribute s3_bucket.
11 12 13 |
# File 'lib/file_convert/configuration.rb', line 11 def s3_bucket @s3_bucket end |
#s3_key ⇒ Object
Returns the value of attribute s3_key.
9 10 11 |
# File 'lib/file_convert/configuration.rb', line 9 def s3_key @s3_key end |
#s3_secret ⇒ Object
Returns the value of attribute s3_secret.
10 11 12 |
# File 'lib/file_convert/configuration.rb', line 10 def s3_secret @s3_secret end |
#tmp_folder ⇒ Object
Returns the value of attribute tmp_folder.
12 13 14 |
# File 'lib/file_convert/configuration.rb', line 12 def tmp_folder @tmp_folder end |
#user_name ⇒ Object
Returns the value of attribute user_name.
7 8 9 |
# File 'lib/file_convert/configuration.rb', line 7 def user_name @user_name end |