Class: Docbook::Services::CollectionManifestResolver::ResolvedBook
- Inherits:
-
Struct
- Object
- Struct
- Docbook::Services::CollectionManifestResolver::ResolvedBook
- Defined in:
- lib/docbook/services/collection_manifest.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#cover ⇒ Object
Returns the value of attribute cover.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#source ⇒ Object
Returns the value of attribute source.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
26 27 28 |
# File 'lib/docbook/services/collection_manifest.rb', line 26 def @author end |
#cover ⇒ Object
Returns the value of attribute cover
26 27 28 |
# File 'lib/docbook/services/collection_manifest.rb', line 26 def cover @cover end |
#description ⇒ Object
Returns the value of attribute description
26 27 28 |
# File 'lib/docbook/services/collection_manifest.rb', line 26 def description @description end |
#id ⇒ Object
Returns the value of attribute id
26 27 28 |
# File 'lib/docbook/services/collection_manifest.rb', line 26 def id @id end |
#source ⇒ Object
Returns the value of attribute source
26 27 28 |
# File 'lib/docbook/services/collection_manifest.rb', line 26 def source @source end |
#title ⇒ Object
Returns the value of attribute title
26 27 28 |
# File 'lib/docbook/services/collection_manifest.rb', line 26 def title @title end |