Class: RBS::TypeNameResolver::Query
- Inherits:
-
Struct
- Object
- Struct
- RBS::TypeNameResolver::Query
- Defined in:
- lib/rbs/type_name_resolver.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
3 4 5 |
# File 'lib/rbs/type_name_resolver.rb', line 3 def context @context end |
#type_name ⇒ Object
Returns the value of attribute type_name
3 4 5 |
# File 'lib/rbs/type_name_resolver.rb', line 3 def type_name @type_name end |