Class: Xberg::ExcelMetadata
- Inherits:
-
Object
- Object
- Xberg::ExcelMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#sheet_count ⇒ Integer?
Returns the value of attribute sheet_count.
-
#sheet_names ⇒ Array[String]?
Returns the value of attribute sheet_names.
Instance Method Summary collapse
-
#initialize ⇒ ExcelMetadata
constructor
A new instance of ExcelMetadata.
Constructor Details
#initialize ⇒ ExcelMetadata
Returns a new instance of ExcelMetadata.
1257 |
# File 'sig/types.rbs', line 1257
def initialize: (?sheet_count: Integer, ?sheet_names: Array[String]) -> void
|
Instance Attribute Details
#sheet_count ⇒ Integer?
Returns the value of attribute sheet_count.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def sheet_count @sheet_count end |
#sheet_names ⇒ Array[String]?
Returns the value of attribute sheet_names.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def sheet_names @sheet_names end |