Class: Xberg::ExcelMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExcelMetadata

Returns a new instance of ExcelMetadata.

Parameters:

  • sheet_count: (Integer)
  • sheet_names: (Array[String])


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

def initialize: (?sheet_count: Integer, ?sheet_names: Array[String]) -> void

Instance Attribute Details

#sheet_countInteger?

Returns the value of attribute sheet_count.

Returns:

  • (Integer, nil)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def sheet_count
  @sheet_count
end

#sheet_namesArray[String]?

Returns the value of attribute sheet_names.

Returns:

  • (Array[String], nil)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def sheet_names
  @sheet_names
end