Class: RBS::TypeNameResolver::Query

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbs/type_name_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



3
4
5
# File 'lib/rbs/type_name_resolver.rb', line 3

def context
  @context
end

#type_nameObject

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



3
4
5
# File 'lib/rbs/type_name_resolver.rb', line 3

def type_name
  @type_name
end