Class: Kward::Ekwsh::Completion
- Inherits:
-
Struct
- Object
- Struct
- Kward::Ekwsh::Completion
- Defined in:
- lib/kward/ekwsh.rb
Instance Attribute Summary collapse
-
#candidates ⇒ Object
Returns the value of attribute candidates.
-
#range ⇒ Object
Returns the value of attribute range.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
Instance Attribute Details
#candidates ⇒ Object
Returns the value of attribute candidates
15 16 17 |
# File 'lib/kward/ekwsh.rb', line 15 def candidates @candidates end |
#range ⇒ Object
Returns the value of attribute range
15 16 17 |
# File 'lib/kward/ekwsh.rb', line 15 def range @range end |
#replacement ⇒ Object
Returns the value of attribute replacement
15 16 17 |
# File 'lib/kward/ekwsh.rb', line 15 def replacement @replacement end |