Class: Steep::Services::CompletionProvider::TextItem
- Defined in:
- lib/steep/services/completion_provider.rb
Instance Attribute Summary collapse
-
#help_text ⇒ Object
Returns the value of attribute help_text.
-
#label ⇒ Object
Returns the value of attribute label.
-
#range ⇒ Object
Returns the value of attribute range.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#help_text ⇒ Object
Returns the value of attribute help_text
160 161 162 |
# File 'lib/steep/services/completion_provider.rb', line 160 def help_text @help_text end |
#label ⇒ Object
Returns the value of attribute label
160 161 162 |
# File 'lib/steep/services/completion_provider.rb', line 160 def label @label end |
#range ⇒ Object
Returns the value of attribute range
160 161 162 |
# File 'lib/steep/services/completion_provider.rb', line 160 def range @range end |
#text ⇒ Object
Returns the value of attribute text
160 161 162 |
# File 'lib/steep/services/completion_provider.rb', line 160 def text @text end |