Class: GoogleSpreadsheet::OAuth2Fetcher::Response
- Inherits:
-
Struct
- Object
- Struct
- GoogleSpreadsheet::OAuth2Fetcher::Response
- Defined in:
- lib/google_spreadsheet/oauth2_fetcher.rb
Instance Attribute Summary (collapse)
-
- (Object) body
Returns the value of attribute body.
-
- (Object) code
Returns the value of attribute code.
Instance Attribute Details
- (Object) body
Returns the value of attribute 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
12 13 14 |
# File 'lib/google_spreadsheet/oauth2_fetcher.rb', line 12 def code @code end |