Class: SimpleGdrive::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name

Returns:

  • (Object)

    the current value of app_name



10
11
12
# File 'lib/simple_gdrive.rb', line 10

def app_name
  @app_name
end

#base_folder_idObject

Returns the value of attribute base_folder_id

Returns:

  • (Object)

    the current value of base_folder_id



10
11
12
# File 'lib/simple_gdrive.rb', line 10

def base_folder_id
  @base_folder_id
end

#client_secrets_fileObject

Returns the value of attribute client_secrets_file

Returns:

  • (Object)

    the current value of client_secrets_file



10
11
12
# File 'lib/simple_gdrive.rb', line 10

def client_secrets_file
  @client_secrets_file
end

#credential_fileObject

Returns the value of attribute credential_file

Returns:

  • (Object)

    the current value of credential_file



10
11
12
# File 'lib/simple_gdrive.rb', line 10

def credential_file
  @credential_file
end