Skip to content
Kward Search API index

Class: Kward::Ekwsh::Completion

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/ekwsh.rb

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



15
16
17
# File 'lib/kward/ekwsh.rb', line 15

def candidates
  @candidates
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



15
16
17
# File 'lib/kward/ekwsh.rb', line 15

def range
  @range
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



15
16
17
# File 'lib/kward/ekwsh.rb', line 15

def replacement
  @replacement
end