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)


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

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)


651
652
653
# File 'sig/types.rbs', line 651

def category
  @category
end

#content_statusString?

Returns the value of attribute content_status.

Returns:

  • (String, nil)


652
653
654
# File 'sig/types.rbs', line 652

def content_status
  @content_status
end

#createdString?

Returns the value of attribute created.

Returns:

  • (String, nil)


649
650
651
# File 'sig/types.rbs', line 649

def created
  @created
end

#creatorString?

Returns the value of attribute creator.

Returns:

  • (String, nil)


644
645
646
# File 'sig/types.rbs', line 644

def creator
  @creator
end

#descriptionString?

Returns the value of attribute description.

Returns:

  • (String, nil)


646
647
648
# File 'sig/types.rbs', line 646

def description
  @description
end

#identifierString?

Returns the value of attribute identifier.

Returns:

  • (String, nil)


654
655
656
# File 'sig/types.rbs', line 654

def identifier
  @identifier
end

#keywordsString?

Returns the value of attribute keywords.

Returns:

  • (String, nil)


645
646
647
# File 'sig/types.rbs', line 645

def keywords
  @keywords
end

#languageString?

Returns the value of attribute language.

Returns:

  • (String, nil)


653
654
655
# File 'sig/types.rbs', line 653

def language
  @language
end

#last_modified_byString?

Returns the value of attribute last_modified_by.

Returns:

  • (String, nil)


647
648
649
# File 'sig/types.rbs', line 647

def last_modified_by
  @last_modified_by
end

#last_printedString?

Returns the value of attribute last_printed.

Returns:

  • (String, nil)


656
657
658
# File 'sig/types.rbs', line 656

def last_printed
  @last_printed
end

#modifiedString?

Returns the value of attribute modified.

Returns:

  • (String, nil)


650
651
652
# File 'sig/types.rbs', line 650

def modified
  @modified
end

#revisionString?

Returns the value of attribute revision.

Returns:

  • (String, nil)


648
649
650
# File 'sig/types.rbs', line 648

def revision
  @revision
end

#subjectString?

Returns the value of attribute subject.

Returns:

  • (String, nil)


643
644
645
# File 'sig/types.rbs', line 643

def subject
  @subject
end

#titleString?

Returns the value of attribute title.

Returns:

  • (String, nil)


642
643
644
# File 'sig/types.rbs', line 642

def title
  @title
end

#versionString?

Returns the value of attribute version.

Returns:

  • (String, nil)


655
656
657
# File 'sig/types.rbs', line 655

def version
  @version
end