Module: SheetsV4::GoogleExtensions::Sheet
- Included in:
- Google::Apis::SheetsV4::Sheet
- Defined in:
- lib/sheets_v4/google_extensions/sheet.rb
Overview
The SheetsService class implements handling credentials on top of the Google::Apis::SheetsV4::SheetsService class.
Instance Attribute Summary collapse
-
#sheets_service ⇒ Google::Apis::SheetsV4::SheetsService
readonly
The sheets_service object used to create this sheet.
-
#spreadsheet ⇒ Google::Apis::SheetsV4::Spreadsheet
readonly
The spreadsheet object that contains this sheet.
Instance Attribute Details
#sheets_service ⇒ Google::Apis::SheetsV4::SheetsService (readonly)
The sheets_service object used to create this sheet
20 21 22 |
# File 'lib/sheets_v4/google_extensions/sheet.rb', line 20 def sheets_service @sheets_service end |
#spreadsheet ⇒ Google::Apis::SheetsV4::Spreadsheet (readonly)
The spreadsheet object that contains this sheet
28 29 30 |
# File 'lib/sheets_v4/google_extensions/sheet.rb', line 28 def spreadsheet @spreadsheet end |