Class: Xberg::DocxMetadata
- Inherits:
-
Object
- Object
- Xberg::DocxMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#app_properties ⇒ DocxAppProperties?
Returns the value of attribute app_properties.
-
#core_properties ⇒ CoreProperties?
Returns the value of attribute core_properties.
-
#custom_properties ⇒ Hash[String, json_value]?
Returns the value of attribute custom_properties.
Instance Method Summary collapse
-
#initialize ⇒ DocxMetadata
constructor
A new instance of DocxMetadata.
Constructor Details
#initialize ⇒ DocxMetadata
Returns a new instance of DocxMetadata.
1396 |
# File 'sig/types.rbs', line 1396
def initialize: (?core_properties: CoreProperties, ?app_properties: DocxAppProperties, ?custom_properties: Hash[String, json_value]) -> void
|
Instance Attribute Details
#app_properties ⇒ DocxAppProperties?
Returns the value of attribute app_properties.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def app_properties @app_properties end |
#core_properties ⇒ CoreProperties?
Returns the value of attribute core_properties.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def core_properties @core_properties end |
#custom_properties ⇒ Hash[String, json_value]?
Returns the value of attribute custom_properties.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def custom_properties @custom_properties end |