Class: Xberg::CoreProperties
- Inherits:
-
Object
- Object
- Xberg::CoreProperties
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#category ⇒ String?
Returns the value of attribute category.
-
#content_status ⇒ String?
Returns the value of attribute content_status.
-
#created ⇒ String?
Returns the value of attribute created.
-
#creator ⇒ String?
Returns the value of attribute creator.
-
#description ⇒ String?
Returns the value of attribute description.
-
#identifier ⇒ String?
Returns the value of attribute identifier.
-
#keywords ⇒ String?
Returns the value of attribute keywords.
-
#language ⇒ String?
Returns the value of attribute language.
-
#last_modified_by ⇒ String?
Returns the value of attribute last_modified_by.
-
#last_printed ⇒ String?
Returns the value of attribute last_printed.
-
#modified ⇒ String?
Returns the value of attribute modified.
-
#revision ⇒ String?
Returns the value of attribute revision.
-
#subject ⇒ String?
Returns the value of attribute subject.
-
#title ⇒ String?
Returns the value of attribute title.
-
#version ⇒ String?
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ CoreProperties
constructor
A new instance of CoreProperties.
Constructor Details
#initialize ⇒ CoreProperties
Returns a new instance of CoreProperties.
688 |
# File 'sig/types.rbs', line 688
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
#category ⇒ String?
Returns the value of attribute category.
681 682 683 |
# File 'sig/types.rbs', line 681 def category @category end |
#content_status ⇒ String?
Returns the value of attribute content_status.
682 683 684 |
# File 'sig/types.rbs', line 682 def content_status @content_status end |
#created ⇒ String?
Returns the value of attribute created.
679 680 681 |
# File 'sig/types.rbs', line 679 def created @created end |
#creator ⇒ String?
Returns the value of attribute creator.
674 675 676 |
# File 'sig/types.rbs', line 674 def creator @creator end |
#description ⇒ String?
Returns the value of attribute description.
676 677 678 |
# File 'sig/types.rbs', line 676 def description @description end |
#identifier ⇒ String?
Returns the value of attribute identifier.
684 685 686 |
# File 'sig/types.rbs', line 684 def identifier @identifier end |
#keywords ⇒ String?
Returns the value of attribute keywords.
675 676 677 |
# File 'sig/types.rbs', line 675 def keywords @keywords end |
#language ⇒ String?
Returns the value of attribute language.
683 684 685 |
# File 'sig/types.rbs', line 683 def language @language end |
#last_modified_by ⇒ String?
Returns the value of attribute last_modified_by.
677 678 679 |
# File 'sig/types.rbs', line 677 def last_modified_by @last_modified_by end |
#last_printed ⇒ String?
Returns the value of attribute last_printed.
686 687 688 |
# File 'sig/types.rbs', line 686 def last_printed @last_printed end |
#modified ⇒ String?
Returns the value of attribute modified.
680 681 682 |
# File 'sig/types.rbs', line 680 def modified @modified end |
#revision ⇒ String?
Returns the value of attribute revision.
678 679 680 |
# File 'sig/types.rbs', line 678 def revision @revision end |
#subject ⇒ String?
Returns the value of attribute subject.
673 674 675 |
# File 'sig/types.rbs', line 673 def subject @subject end |
#title ⇒ String?
Returns the value of attribute title.
672 673 674 |
# File 'sig/types.rbs', line 672 def title @title end |
#version ⇒ String?
Returns the value of attribute version.
685 686 687 |
# File 'sig/types.rbs', line 685 def version @version end |