123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::ExecutedAttrMethodDef

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: TypeProf::AttrMethodDef
Defined in: lib/typeprof/method.rb

Class Method Summary

Instance Attribute Summary

AttrMethodDef - Inherited

MethodDef - Inherited

Instance Method Summary

AttrMethodDef - Inherited

Constructor Details

.new(ivar, kind, pub_meth, def_ep) ⇒ ExecutedAttrMethodDef

[ GitHub ]

  
# File 'lib/typeprof/method.rb', line 223

def initialize(ivar, kind, pub_meth, def_ep)
  super(ivar, kind, pub_meth)
  @def_ep = def_ep
end

Instance Attribute Details

#def_ep (readonly)

[ GitHub ]

  
# File 'lib/typeprof/method.rb', line 228

attr_reader :def_ep