Class: Xberg::ExcelWorkbook
- Inherits:
-
Object
- Object
- Xberg::ExcelWorkbook
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#metadata ⇒ Hash[String, String]
readonly
Returns the value of attribute metadata.
-
#revisions ⇒ Array[DocumentRevision]
readonly
Returns the value of attribute revisions.
-
#sheets ⇒ Array[ExcelSheet]
readonly
Returns the value of attribute sheets.
Instance Method Summary collapse
-
#initialize ⇒ ExcelWorkbook
constructor
A new instance of ExcelWorkbook.
Constructor Details
#initialize ⇒ ExcelWorkbook
Returns a new instance of ExcelWorkbook.
1098 |
# File 'sig/types.rbs', line 1098
def initialize: (sheets: Array[ExcelSheet], metadata: Hash[String, String], ?revisions: Array[DocumentRevision]) -> void
|
Instance Attribute Details
#metadata ⇒ Hash[String, String] (readonly)
Returns the value of attribute metadata.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def @metadata end |
#revisions ⇒ Array[DocumentRevision] (readonly)
Returns the value of attribute revisions.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def revisions @revisions end |
#sheets ⇒ Array[ExcelSheet] (readonly)
Returns the value of attribute sheets.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def sheets @sheets end |