Class: OnlyofficeDocumentserverTestingFramework::SpreadsheetEditorWindows

Inherits:
EditorWindows
  • Object
show all
Defined in:
lib/onlyoffice_documentserver_testing_framework/test_instance_docs/spreadsheet_editor/spreadsheet_windows.rb

Overview

Windows of Spreadsheet Editor

Instance Method Summary collapse

Constructor Details

#initialize(instance) ⇒ SpreadsheetEditorWindows

Returns a new instance of SpreadsheetEditorWindows.



8
9
10
11
# File 'lib/onlyoffice_documentserver_testing_framework/test_instance_docs/spreadsheet_editor/spreadsheet_windows.rb', line 8

def initialize(instance)
  @instance = instance
  super()
end

Instance Method Details

#csv_optionCsvOption

Returns csv windows.

Returns:



14
15
16
# File 'lib/onlyoffice_documentserver_testing_framework/test_instance_docs/spreadsheet_editor/spreadsheet_windows.rb', line 14

def csv_option
  @csv_option ||= CsvOption.new(@instance)
end