Class: Xberg::CoreProperties

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCoreProperties

Returns a new instance of CoreProperties.

Parameters:

  • title: (String)
  • subject: (String)
  • creator: (String)
  • keywords: (String)
  • description: (String)
  • last_modified_by: (String)
  • revision: (String)
  • created: (String)
  • modified: (String)
  • category: (String)
  • content_status: (String)
  • language: (String)
  • identifier: (String)
  • version: (String)
  • last_printed: (String)


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

def initialize: (?title: String, ?subject: String, ?creator: String, ?keywords: String, ?description: String, ?last_modified_by: String, ?revision: String, ?created: String, ?modified: String, ?category: String, ?content_status: String, ?language: String, ?identifier: String, ?version: String, ?last_printed: String) -> void

Instance Attribute Details

#categoryString?

Returns the value of attribute category.

Returns:

  • (String, nil)


682
683
684
# File 'sig/types.rbs', line 682

def category
  @category
end

#content_statusString?

Returns the value of attribute content_status.

Returns:

  • (String, nil)


683
684
685
# File 'sig/types.rbs', line 683

def content_status
  @content_status
end

#createdString?

Returns the value of attribute created.

Returns:

  • (String, nil)


680
681
682
# File 'sig/types.rbs', line 680

def created
  @created
end

#creatorString?

Returns the value of attribute creator.

Returns:

  • (String, nil)


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

def creator
  @creator
end

#descriptionString?

Returns the value of attribute description.

Returns:

  • (String, nil)


677
678
679
# File 'sig/types.rbs', line 677

def description
  @description
end

#identifierString?

Returns the value of attribute identifier.

Returns:

  • (String, nil)


685
686
687
# File 'sig/types.rbs', line 685

def identifier
  @identifier
end

#keywordsString?

Returns the value of attribute keywords.

Returns:

  • (String, nil)


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

def keywords
  @keywords
end

#languageString?

Returns the value of attribute language.

Returns:

  • (String, nil)


684
685
686
# File 'sig/types.rbs', line 684

def language
  @language
end

#last_modified_byString?

Returns the value of attribute last_modified_by.

Returns:

  • (String, nil)


678
679
680
# File 'sig/types.rbs', line 678

def last_modified_by
  @last_modified_by
end

#last_printedString?

Returns the value of attribute last_printed.

Returns:

  • (String, nil)


687
688
689
# File 'sig/types.rbs', line 687

def last_printed
  @last_printed
end

#modifiedString?

Returns the value of attribute modified.

Returns:

  • (String, nil)


681
682
683
# File 'sig/types.rbs', line 681

def modified
  @modified
end

#revisionString?

Returns the value of attribute revision.

Returns:

  • (String, nil)


679
680
681
# File 'sig/types.rbs', line 679

def revision
  @revision
end

#subjectString?

Returns the value of attribute subject.

Returns:

  • (String, nil)


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

def subject
  @subject
end

#titleString?

Returns the value of attribute title.

Returns:

  • (String, nil)


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

def title
  @title
end

#versionString?

Returns the value of attribute version.

Returns:

  • (String, nil)


686
687
688
# File 'sig/types.rbs', line 686

def version
  @version
end