Class: Orbacle::FindDefinitionUnderPosition::MessageResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/orbacle/find_definition_under_position.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/orbacle/find_definition_under_position.rb', line 10

def name
  @name
end

#position_rangeObject

Returns the value of attribute position_range

Returns:

  • (Object)

    the current value of position_range



10
11
12
# File 'lib/orbacle/find_definition_under_position.rb', line 10

def position_range
  @position_range
end