Class: Vita::Link
- Inherits:
-
Struct
- Object
- Struct
- Vita::Link
- Defined in:
- lib/vita/link.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#context_position ⇒ Object
Returns the value of attribute context_position.
-
#from_note ⇒ Object
Returns the value of attribute from_note.
-
#text ⇒ Object
Returns the value of attribute text.
-
#to_note ⇒ Object
Returns the value of attribute to_note.
Instance Method Summary collapse
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
2 3 4 |
# File 'lib/vita/link.rb', line 2 def context @context end |
#context_position ⇒ Object
Returns the value of attribute context_position
2 3 4 |
# File 'lib/vita/link.rb', line 2 def context_position @context_position end |
#from_note ⇒ Object
Returns the value of attribute from_note
2 3 4 |
# File 'lib/vita/link.rb', line 2 def from_note @from_note end |
#text ⇒ Object
Returns the value of attribute text
2 3 4 |
# File 'lib/vita/link.rb', line 2 def text @text end |
#to_note ⇒ Object
Returns the value of attribute to_note
2 3 4 |
# File 'lib/vita/link.rb', line 2 def to_note @to_note end |