Class: Orbacle::FindCallUnderPosition::IvarResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#ivar_nameObject

Returns the value of attribute ivar_name

Returns:

  • (Object)

    the current value of ivar_name



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

def ivar_name
  @ivar_name
end

#message_nameObject

Returns the value of attribute message_name

Returns:

  • (Object)

    the current value of message_name



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

def message_name
  @message_name
end

#nestingObject

Returns the value of attribute nesting

Returns:

  • (Object)

    the current value of nesting



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

def nesting
  @nesting
end