Class: Steep::Services::CompletionProvider::TextItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/steep/services/completion_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#help_textObject

Returns the value of attribute help_text

Returns:

  • (Object)

    the current value of help_text



185
186
187
# File 'lib/steep/services/completion_provider.rb', line 185

def help_text
  @help_text
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



185
186
187
# File 'lib/steep/services/completion_provider.rb', line 185

def label
  @label
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



185
186
187
# File 'lib/steep/services/completion_provider.rb', line 185

def range
  @range
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



185
186
187
# File 'lib/steep/services/completion_provider.rb', line 185

def text
  @text
end