Class: Xberg::DocxMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDocxMetadata

Returns a new instance of DocxMetadata.

Parameters:



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_propertiesDocxAppProperties? (readonly)

Returns the value of attribute app_properties.

Returns:



674
675
676
# File 'sig/types.rbs', line 674

def app_properties
  @app_properties
end

#core_propertiesCoreProperties? (readonly)

Returns the value of attribute core_properties.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def core_properties
  @core_properties
end

#custom_propertiesHash[String, String]? (readonly)

Returns the value of attribute custom_properties.

Returns:

  • (Hash[String, String], nil)


675
676
677
# File 'sig/types.rbs', line 675

def custom_properties
  @custom_properties
end