class GoogleSheetsAppendroid::Configuration
Attributes
scopes[R]
sheet_id[RW]
Public Class Methods
new()
click to toggle source
# File lib/google_sheets_appendroid/configuration.rb, line 6 def initialize @scopes = ['https://www.googleapis.com/auth/spreadsheets'] end