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.
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
#category ⇒ String?
Returns the value of attribute category.
710 711 712 |
# File 'sig/types.rbs', line 710 def category @category end |
#content_status ⇒ String?
Returns the value of attribute content_status.
711 712 713 |
# File 'sig/types.rbs', line 711 def content_status @content_status end |
#created ⇒ String?
Returns the value of attribute created.
708 709 710 |
# File 'sig/types.rbs', line 708 def created @created end |
#creator ⇒ String?
Returns the value of attribute creator.
703 704 705 |
# File 'sig/types.rbs', line 703 def creator @creator end |
#description ⇒ String?
Returns the value of attribute description.
705 706 707 |
# File 'sig/types.rbs', line 705 def description @description end |
#identifier ⇒ String?
Returns the value of attribute identifier.
713 714 715 |
# File 'sig/types.rbs', line 713 def identifier @identifier end |
#keywords ⇒ String?
Returns the value of attribute keywords.
704 705 706 |
# File 'sig/types.rbs', line 704 def keywords @keywords end |
#language ⇒ String?
Returns the value of attribute language.
712 713 714 |
# File 'sig/types.rbs', line 712 def language @language end |
#last_modified_by ⇒ String?
Returns the value of attribute last_modified_by.
706 707 708 |
# File 'sig/types.rbs', line 706 def last_modified_by @last_modified_by end |
#last_printed ⇒ String?
Returns the value of attribute last_printed.
715 716 717 |
# File 'sig/types.rbs', line 715 def last_printed @last_printed end |
#modified ⇒ String?
Returns the value of attribute modified.
709 710 711 |
# File 'sig/types.rbs', line 709 def modified @modified end |
#revision ⇒ String?
Returns the value of attribute revision.
707 708 709 |
# File 'sig/types.rbs', line 707 def revision @revision end |
#subject ⇒ String?
Returns the value of attribute subject.
702 703 704 |
# File 'sig/types.rbs', line 702 def subject @subject end |
#title ⇒ String?
Returns the value of attribute title.
701 702 703 |
# File 'sig/types.rbs', line 701 def title @title end |
#version ⇒ String?
Returns the value of attribute version.
714 715 716 |
# File 'sig/types.rbs', line 714 def version @version end |