Class: Xberg::ExcelMetadata
- Inherits:
-
Object
- Object
- Xberg::ExcelMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#sheet_count ⇒ Integer?
readonly
Returns the value of attribute sheet_count.
-
#sheet_names ⇒ Array[String]?
readonly
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.
814 |
# File 'sig/types.rbs', line 814
def initialize: (?sheet_count: Integer, ?sheet_names: Array[String]) -> void
|
Instance Attribute Details
#sheet_count ⇒ Integer? (readonly)
Returns the value of attribute sheet_count.
811 812 813 |
# File 'sig/types.rbs', line 811 def sheet_count @sheet_count end |
#sheet_names ⇒ Array[String]? (readonly)
Returns the value of attribute sheet_names.
812 813 814 |
# File 'sig/types.rbs', line 812 def sheet_names @sheet_names end |