Class: Anydoc::LinkTarget
- Inherits:
-
Data
- Object
- Data
- Anydoc::LinkTarget
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
15 16 17 |
# File 'lib/anydoc.rb', line 15 def kind @kind end |
#value ⇒ Object (readonly)
Returns the value of attribute value
15 16 17 |
# File 'lib/anydoc.rb', line 15 def value @value end |