Class: Highlights::Note
- Inherits:
-
Struct
- Object
- Struct
- Highlights::Note
- Defined in:
- lib/highlights.rb
Instance Attribute Summary collapse
-
#annotation ⇒ Object
Returns the value of attribute annotation.
-
#location ⇒ Object
Returns the value of attribute location.
-
#starred ⇒ Object
Returns the value of attribute starred.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#annotation ⇒ Object
Returns the value of attribute annotation
13 14 15 |
# File 'lib/highlights.rb', line 13 def annotation @annotation end |
#location ⇒ Object
Returns the value of attribute location
13 14 15 |
# File 'lib/highlights.rb', line 13 def location @location end |
#starred ⇒ Object
Returns the value of attribute starred
13 14 15 |
# File 'lib/highlights.rb', line 13 def starred @starred end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/highlights.rb', line 13 def type @type end |