Class: Steep::Project::CompletionProvider::Range

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

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



9
10
11
# File 'lib/steep/project/completion_provider.rb', line 9

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



9
10
11
# File 'lib/steep/project/completion_provider.rb', line 9

def start
  @start
end