Class: Xberg::DocxMetadata
- Inherits:
-
Object
- Object
- Xberg::DocxMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#app_properties ⇒ DocxAppProperties?
readonly
Returns the value of attribute app_properties.
-
#core_properties ⇒ CoreProperties?
readonly
Returns the value of attribute core_properties.
-
#custom_properties ⇒ Hash[String, String]?
readonly
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.
677 |
# File 'sig/types.rbs', line 677 def initialize: (?core_properties: CoreProperties, ?app_properties: DocxAppProperties, ?custom_properties: Hash[String, String]) -> void |
Instance Attribute Details
#app_properties ⇒ DocxAppProperties? (readonly)
Returns the value of attribute app_properties.
674 675 676 |
# File 'sig/types.rbs', line 674 def app_properties @app_properties end |
#core_properties ⇒ CoreProperties? (readonly)
Returns the value of attribute core_properties.
673 674 675 |
# File 'sig/types.rbs', line 673 def core_properties @core_properties end |
#custom_properties ⇒ Hash[String, String]? (readonly)
Returns the value of attribute custom_properties.
675 676 677 |
# File 'sig/types.rbs', line 675 def custom_properties @custom_properties end |