Class: SpreadsheetGoodies::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



32
33
34
# File 'lib/spreadsheet_goodies.rb', line 32

def initialize
  @login_method = :oauth2
end

Instance Attribute Details

#client_secretObject

Returns the value of attribute client_secret.



29
30
31
# File 'lib/spreadsheet_goodies.rb', line 29

def client_secret
  @client_secret
end

#google_client_idObject

Returns the value of attribute google_client_id.



29
30
31
# File 'lib/spreadsheet_goodies.rb', line 29

def google_client_id
  @google_client_id
end

#login_methodObject

Returns the value of attribute login_method.



29
30
31
# File 'lib/spreadsheet_goodies.rb', line 29

def 
  @login_method
end

#refresh_tokenObject

Returns the value of attribute refresh_token.



29
30
31
# File 'lib/spreadsheet_goodies.rb', line 29

def refresh_token
  @refresh_token
end

#service_account_key_jsonObject

Returns the value of attribute service_account_key_json.



29
30
31
# File 'lib/spreadsheet_goodies.rb', line 29

def 
  @service_account_key_json
end

#strip_values_on_readObject

Returns the value of attribute strip_values_on_read.



29
30
31
# File 'lib/spreadsheet_goodies.rb', line 29

def strip_values_on_read
  @strip_values_on_read
end