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



160
161
162
# File 'lib/steep/services/completion_provider.rb', line 160

def help_text
  @help_text
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



160
161
162
# File 'lib/steep/services/completion_provider.rb', line 160

def label
  @label
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



160
161
162
# File 'lib/steep/services/completion_provider.rb', line 160

def range
  @range
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



160
161
162
# File 'lib/steep/services/completion_provider.rb', line 160

def text
  @text
end