Class: SimpleGdrive::Config
- Inherits:
-
Struct
- Object
- Struct
- SimpleGdrive::Config
- Defined in:
- lib/simple_gdrive.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#base_folder_id ⇒ Object
Returns the value of attribute base_folder_id.
-
#client_secrets_file ⇒ Object
Returns the value of attribute client_secrets_file.
-
#credential_file ⇒ Object
Returns the value of attribute credential_file.
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name
10 11 12 |
# File 'lib/simple_gdrive.rb', line 10 def app_name @app_name end |
#base_folder_id ⇒ Object
Returns the value of attribute base_folder_id
10 11 12 |
# File 'lib/simple_gdrive.rb', line 10 def base_folder_id @base_folder_id end |
#client_secrets_file ⇒ Object
Returns the value of attribute client_secrets_file
10 11 12 |
# File 'lib/simple_gdrive.rb', line 10 def client_secrets_file @client_secrets_file end |
#credential_file ⇒ Object
Returns the value of attribute credential_file
10 11 12 |
# File 'lib/simple_gdrive.rb', line 10 def credential_file @credential_file end |