Class: Steep::Services::GotoService::ConstantQuery

Inherits:
Struct
  • Object
show all
Includes:
SourceHelper
Defined in:
lib/steep/services/goto_service.rb

Instance Attribute Summary collapse

Method Summary

Methods included from SourceHelper

#from_rbs?, #from_ruby?

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



16
17
18
# File 'lib/steep/services/goto_service.rb', line 16

def from
  @from
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/steep/services/goto_service.rb', line 16

def name
  @name
end