Class: Highlights::Document
- Inherits:
-
Struct
- Object
- Struct
- Highlights::Document
- Defined in:
- lib/highlights.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
14 15 16 |
# File 'lib/highlights.rb', line 14 def @author end |
#notes ⇒ Object
Returns the value of attribute notes
14 15 16 |
# File 'lib/highlights.rb', line 14 def notes @notes end |
#title ⇒ Object
Returns the value of attribute title
14 15 16 |
# File 'lib/highlights.rb', line 14 def title @title end |