Class: Xberg::PptxMetadata
- Inherits:
-
Object
- Object
- Xberg::PptxMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#image_count ⇒ Integer?
Returns the value of attribute image_count.
-
#slide_count ⇒ Integer?
Returns the value of attribute slide_count.
-
#slide_names ⇒ Array[String]?
Returns the value of attribute slide_names.
-
#table_count ⇒ Integer?
Returns the value of attribute table_count.
Instance Method Summary collapse
-
#initialize ⇒ PptxMetadata
constructor
A new instance of PptxMetadata.
Constructor Details
#initialize ⇒ PptxMetadata
Returns a new instance of PptxMetadata.
1399 |
# File 'sig/types.rbs', line 1399
def initialize: (?slide_count: Integer, ?slide_names: Array[String], ?image_count: Integer, ?table_count: Integer) -> void
|
Instance Attribute Details
#image_count ⇒ Integer?
Returns the value of attribute image_count.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def image_count @image_count end |
#slide_count ⇒ Integer?
Returns the value of attribute slide_count.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def @slide_count end |
#slide_names ⇒ Array[String]?
Returns the value of attribute slide_names.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def @slide_names end |
#table_count ⇒ Integer?
Returns the value of attribute table_count.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def table_count @table_count end |