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])


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

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)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def sheet_count
  @sheet_count
end

#sheet_namesArray[String]?

Returns the value of attribute sheet_names.

Returns:

  • (Array[String], nil)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def sheet_names
  @sheet_names
end