Class: GoogleSheetsAppendroid::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



6
7
8
# File 'lib/google_sheets_appendroid/configuration.rb', line 6

def initialize
  @scopes = ['https://www.googleapis.com/auth/spreadsheets']
end

Instance Attribute Details

#scopesObject (readonly)

Returns the value of attribute scopes.



3
4
5
# File 'lib/google_sheets_appendroid/configuration.rb', line 3

def scopes
  @scopes
end

#sheet_idObject

Returns the value of attribute sheet_id.



4
5
6
# File 'lib/google_sheets_appendroid/configuration.rb', line 4

def sheet_id
  @sheet_id
end