Class: Book
- Inherits:
-
Struct
- Object
- Struct
- Book
- Defined in:
- lib/src/source_renderer.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
3 4 5 |
# File 'lib/src/source_renderer.rb', line 3 def @author end |
#title ⇒ Object
Returns the value of attribute title
3 4 5 |
# File 'lib/src/source_renderer.rb', line 3 def title @title end |