Class: Xberg::ExcelWorkbook

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExcelWorkbook

Returns a new instance of ExcelWorkbook.

Parameters:



1138
# File 'sig/types.rbs', line 1138

def initialize: (sheets: Array[ExcelSheet], metadata: Hash[String, String], ?revisions: Array[DocumentRevision]) -> void

Instance Attribute Details

#metadataHash[String, String] (readonly)

Returns the value of attribute metadata.

Returns:

  • (Hash[String, String])


1135
1136
1137
# File 'sig/types.rbs', line 1135

def 
  @metadata
end

#revisionsArray[DocumentRevision] (readonly)

Returns the value of attribute revisions.

Returns:



1136
1137
1138
# File 'sig/types.rbs', line 1136

def revisions
  @revisions
end

#sheetsArray[ExcelSheet] (readonly)

Returns the value of attribute sheets.

Returns:



1134
1135
1136
# File 'sig/types.rbs', line 1134

def sheets
  @sheets
end