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
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def creator @creator end |
#date ⇒ Object
Returns the value of attribute date
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def date @date end |
#description ⇒ Object
Returns the value of attribute description
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def description @description end |
#identifier ⇒ Object
Returns the value of attribute identifier
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def identifier @identifier end |
#language ⇒ Object
Returns the value of attribute language
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def language @language end |
#publisher ⇒ Object
Returns the value of attribute publisher
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def publisher @publisher end |
#relation ⇒ Object
Returns the value of attribute relation
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def relation @relation end |
#rights ⇒ Object
Returns the value of attribute rights
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def rights @rights end |
#subject ⇒ Object
Returns the value of attribute subject
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def subject @subject end |
#title ⇒ Object
Returns the value of attribute title
16 17 18 |
# File 'lib/repub/epub/content.rb', line 16 def title @title end |