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.
833 |
# File 'sig/types.rbs', line 833 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.
830 831 832 |
# File 'sig/types.rbs', line 830 def end |
#revisions ⇒ Array[DocumentRevision]? (readonly)
Returns the value of attribute revisions.
831 832 833 |
# File 'sig/types.rbs', line 831 def revisions @revisions end |
#sheets ⇒ Array[ExcelSheet] (readonly)
Returns the value of attribute sheets.
829 830 831 |
# File 'sig/types.rbs', line 829 def sheets @sheets end |