Class: KeytechKit::Targetlink

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#entryNameObject

Returns the value of attribute entryName.



8
9
10
# File 'lib/keytechKit/targetlink.rb', line 8

def entryName
  @entryName
end

#linkIDObject

Returns the value of attribute linkID.



9
10
11
# File 'lib/keytechKit/targetlink.rb', line 9

def linkID
  @linkID
end

#parentIDObject

Returns the value of attribute parentID.



10
11
12
# File 'lib/keytechKit/targetlink.rb', line 10

def parentID
  @parentID
end

#targetElementKeyObject

Returns the value of attribute targetElementKey.



11
12
13
# File 'lib/keytechKit/targetlink.rb', line 11

def targetElementKey
  @targetElementKey
end