Class: FileConvert::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

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_secretObject

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_scopeObject

Returns the value of attribute oauth_scope.



5
6
7
# File 'lib/file_convert/configuration.rb', line 5

def oauth_scope
  @oauth_scope
end

#passwordObject

Returns the value of attribute password.



8
9
10
# File 'lib/file_convert/configuration.rb', line 8

def password
  @password
end

#redirect_uriObject

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_bucketObject

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_keyObject

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_secretObject

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_folderObject

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_nameObject

Returns the value of attribute user_name.



7
8
9
# File 'lib/file_convert/configuration.rb', line 7

def user_name
  @user_name
end