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:



1452
# File 'sig/types.rbs', line 1452

def initialize: (?core_properties: CoreProperties, ?app_properties: DocxAppProperties, ?custom_properties: Hash[String, json_value]) -> void

Instance Attribute Details

#app_propertiesDocxAppProperties?

Returns the value of attribute app_properties.

Returns:



1449
1450
1451
# File 'sig/types.rbs', line 1449

def app_properties
  @app_properties
end

#core_propertiesCoreProperties?

Returns the value of attribute core_properties.

Returns:



1448
1449
1450
# File 'sig/types.rbs', line 1448

def core_properties
  @core_properties
end

#custom_propertiesHash[String, json_value]?

Returns the value of attribute custom_properties.

Returns:

  • (Hash[String, json_value], nil)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def custom_properties
  @custom_properties
end