Class: KeytechKit::Targetlink
- Inherits:
-
Object
- Object
- KeytechKit::Targetlink
- Defined in:
- lib/keytechKit/targetlink.rb
Overview
This links two keytech objects regarding of a context Can represent a favorite to element link Can represent a name to a stored query Can link to a parent link object
Instance Attribute Summary collapse
-
#entryName ⇒ Object
Returns the value of attribute entryName.
-
#linkID ⇒ Object
Returns the value of attribute linkID.
-
#parentID ⇒ Object
Returns the value of attribute parentID.
-
#targetElementKey ⇒ Object
Returns the value of attribute targetElementKey.
Instance Method Summary collapse
-
#initialize(result) ⇒ Targetlink
constructor
A new instance of Targetlink.
Constructor Details
#initialize(result) ⇒ Targetlink
Returns a new instance of Targetlink.
13 14 15 |
# File 'lib/keytechKit/targetlink.rb', line 13 def initialize(result) parse_result(result) end |
Instance Attribute Details
#entryName ⇒ Object
Returns the value of attribute entryName.
8 9 10 |
# File 'lib/keytechKit/targetlink.rb', line 8 def entryName @entryName end |
#linkID ⇒ Object
Returns the value of attribute linkID.
9 10 11 |
# File 'lib/keytechKit/targetlink.rb', line 9 def linkID @linkID end |
#parentID ⇒ Object
Returns the value of attribute parentID.
10 11 12 |
# File 'lib/keytechKit/targetlink.rb', line 10 def parentID @parentID end |
#targetElementKey ⇒ Object
Returns the value of attribute targetElementKey.
11 12 13 |
# File 'lib/keytechKit/targetlink.rb', line 11 def targetElementKey @targetElementKey end |