Class: ActiveRecordToGoogleSpreadsheet::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



15
16
17
# File 'lib/activerecord_to_google_spreadsheet.rb', line 15

def initialize

end

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



13
14
15
# File 'lib/activerecord_to_google_spreadsheet.rb', line 13

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



13
14
15
# File 'lib/activerecord_to_google_spreadsheet.rb', line 13

def client_secret
  @client_secret
end

#redirect_uriObject

Returns the value of attribute redirect_uri.



13
14
15
# File 'lib/activerecord_to_google_spreadsheet.rb', line 13

def redirect_uri
  @redirect_uri
end