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

Instance Attribute Details

#sheets_serviceGoogle::Apis::SheetsV4::SheetsService (readonly)

The sheets_service object used to create this sheet

Examples:

sheets_service = sheet.sheets_service

Returns:



20
21
22
# File 'lib/sheets_v4/google_extensions/sheet.rb', line 20

def sheets_service
  @sheets_service
end

#spreadsheetGoogle::Apis::SheetsV4::Spreadsheet (readonly)

The spreadsheet object that contains this sheet

Examples:

spreadsheet = sheet.spreadsheet

Returns:



28
29
30
# File 'lib/sheets_v4/google_extensions/sheet.rb', line 28

def spreadsheet
  @spreadsheet
end