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.
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
#category ⇒ String?
Returns the value of attribute category.
651 652 653 |
# File 'sig/types.rbs', line 651 def category @category end |
#content_status ⇒ String?
Returns the value of attribute content_status.
652 653 654 |
# File 'sig/types.rbs', line 652 def content_status @content_status end |
#created ⇒ String?
Returns the value of attribute created.
649 650 651 |
# File 'sig/types.rbs', line 649 def created @created end |
#creator ⇒ String?
Returns the value of attribute creator.
644 645 646 |
# File 'sig/types.rbs', line 644 def creator @creator end |
#description ⇒ String?
Returns the value of attribute description.
646 647 648 |
# File 'sig/types.rbs', line 646 def description @description end |
#identifier ⇒ String?
Returns the value of attribute identifier.
654 655 656 |
# File 'sig/types.rbs', line 654 def identifier @identifier end |
#keywords ⇒ String?
Returns the value of attribute keywords.
645 646 647 |
# File 'sig/types.rbs', line 645 def keywords @keywords end |
#language ⇒ String?
Returns the value of attribute language.
653 654 655 |
# File 'sig/types.rbs', line 653 def language @language end |
#last_modified_by ⇒ String?
Returns the value of attribute last_modified_by.
647 648 649 |
# File 'sig/types.rbs', line 647 def last_modified_by @last_modified_by end |
#last_printed ⇒ String?
Returns the value of attribute last_printed.
656 657 658 |
# File 'sig/types.rbs', line 656 def last_printed @last_printed end |
#modified ⇒ String?
Returns the value of attribute modified.
650 651 652 |
# File 'sig/types.rbs', line 650 def modified @modified end |
#revision ⇒ String?
Returns the value of attribute revision.
648 649 650 |
# File 'sig/types.rbs', line 648 def revision @revision end |
#subject ⇒ String?
Returns the value of attribute subject.
643 644 645 |
# File 'sig/types.rbs', line 643 def subject @subject end |
#title ⇒ String?
Returns the value of attribute title.
642 643 644 |
# File 'sig/types.rbs', line 642 def title @title end |
#version ⇒ String?
Returns the value of attribute version.
655 656 657 |
# File 'sig/types.rbs', line 655 def version @version end |