Class: RBS::Environment::MultiEntry::D

Inherits:
Struct
  • Object
show all
Includes:
ContextUtil
Defined in:
lib/rbs/environment.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ContextUtil

#context

Instance Attribute Details

#declObject

Returns the value of attribute decl

Returns:

  • (Object)

    the current value of decl



23
24
25
# File 'lib/rbs/environment.rb', line 23

def decl
  @decl
end

#outerObject

Returns the value of attribute outer

Returns:

  • (Object)

    the current value of outer



23
24
25
# File 'lib/rbs/environment.rb', line 23

def outer
  @outer
end