Class: GoogleSpreadsheet::OAuth2Fetcher::Response

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) body

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



12
13
14
# File 'lib/google_spreadsheet/oauth2_fetcher.rb', line 12

def body
  @body
end

- (Object) code

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



12
13
14
# File 'lib/google_spreadsheet/oauth2_fetcher.rb', line 12

def code
  @code
end