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
185 186 187 |
# File 'lib/steep/services/completion_provider.rb', line 185 def help_text @help_text end |
#label ⇒ Object
Returns the value of attribute label
185 186 187 |
# File 'lib/steep/services/completion_provider.rb', line 185 def label @label end |
#range ⇒ Object
Returns the value of attribute range
185 186 187 |
# File 'lib/steep/services/completion_provider.rb', line 185 def range @range end |
#text ⇒ Object
Returns the value of attribute text
185 186 187 |
# File 'lib/steep/services/completion_provider.rb', line 185 def text @text end |