Class: Repub::Epub::Content::Metadata
- Defined in:
- lib/repub/epub/content.rb
Instance Attribute Summary collapse
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#language ⇒ Object
Returns the value of attribute language.
-
#publisher ⇒ Object
Returns the value of attribute publisher.
-
#relation ⇒ Object
Returns the value of attribute relation.
-
#rights ⇒ Object
Returns the value of attribute rights.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#creator ⇒ Object
Returns the value of attribute creator
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def creator @creator end |
#date ⇒ Object
Returns the value of attribute date
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def date @date end |
#description ⇒ Object
Returns the value of attribute description
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def description @description end |
#identifier ⇒ Object
Returns the value of attribute identifier
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def identifier @identifier end |
#language ⇒ Object
Returns the value of attribute language
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def language @language end |
#publisher ⇒ Object
Returns the value of attribute publisher
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def publisher @publisher end |
#relation ⇒ Object
Returns the value of attribute relation
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def relation @relation end |
#rights ⇒ Object
Returns the value of attribute rights
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def rights @rights end |
#subject ⇒ Object
Returns the value of attribute subject
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def subject @subject end |
#title ⇒ Object
Returns the value of attribute title
19 20 21 |
# File 'lib/repub/epub/content.rb', line 19 def title @title end |