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)


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

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)


710
711
712
# File 'sig/types.rbs', line 710

def category
  @category
end

#content_statusString?

Returns the value of attribute content_status.

Returns:

  • (String, nil)


711
712
713
# File 'sig/types.rbs', line 711

def content_status
  @content_status
end

#createdString?

Returns the value of attribute created.

Returns:

  • (String, nil)


708
709
710
# File 'sig/types.rbs', line 708

def created
  @created
end

#creatorString?

Returns the value of attribute creator.

Returns:

  • (String, nil)


703
704
705
# File 'sig/types.rbs', line 703

def creator
  @creator
end

#descriptionString?

Returns the value of attribute description.

Returns:

  • (String, nil)


705
706
707
# File 'sig/types.rbs', line 705

def description
  @description
end

#identifierString?

Returns the value of attribute identifier.

Returns:

  • (String, nil)


713
714
715
# File 'sig/types.rbs', line 713

def identifier
  @identifier
end

#keywordsString?

Returns the value of attribute keywords.

Returns:

  • (String, nil)


704
705
706
# File 'sig/types.rbs', line 704

def keywords
  @keywords
end

#languageString?

Returns the value of attribute language.

Returns:

  • (String, nil)


712
713
714
# File 'sig/types.rbs', line 712

def language
  @language
end

#last_modified_byString?

Returns the value of attribute last_modified_by.

Returns:

  • (String, nil)


706
707
708
# File 'sig/types.rbs', line 706

def last_modified_by
  @last_modified_by
end

#last_printedString?

Returns the value of attribute last_printed.

Returns:

  • (String, nil)


715
716
717
# File 'sig/types.rbs', line 715

def last_printed
  @last_printed
end

#modifiedString?

Returns the value of attribute modified.

Returns:

  • (String, nil)


709
710
711
# File 'sig/types.rbs', line 709

def modified
  @modified
end

#revisionString?

Returns the value of attribute revision.

Returns:

  • (String, nil)


707
708
709
# File 'sig/types.rbs', line 707

def revision
  @revision
end

#subjectString?

Returns the value of attribute subject.

Returns:

  • (String, nil)


702
703
704
# File 'sig/types.rbs', line 702

def subject
  @subject
end

#titleString?

Returns the value of attribute title.

Returns:

  • (String, nil)


701
702
703
# File 'sig/types.rbs', line 701

def title
  @title
end

#versionString?

Returns the value of attribute version.

Returns:

  • (String, nil)


714
715
716
# File 'sig/types.rbs', line 714

def version
  @version
end