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.
1059 |
# File 'sig/types.rbs', line 1059
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.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def @metadata end |
#revisions ⇒ Array[DocumentRevision] (readonly)
Returns the value of attribute revisions.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def revisions @revisions end |
#sheets ⇒ Array[ExcelSheet] (readonly)
Returns the value of attribute sheets.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def sheets @sheets end |