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


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

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

Instance Attribute Details

#sheet_countInteger? (readonly)

Returns the value of attribute sheet_count.

Returns:

  • (Integer, nil)


811
812
813
# File 'sig/types.rbs', line 811

def sheet_count
  @sheet_count
end

#sheet_namesArray[String]? (readonly)

Returns the value of attribute sheet_names.

Returns:

  • (Array[String], nil)


812
813
814
# File 'sig/types.rbs', line 812

def sheet_names
  @sheet_names
end