Class: ObjEnumProcType

Inherits:
EnumProcType show all
Defined in:
ext/ae-rad/ae-rad-libs.rb

Instance Attribute Summary collapse

Attributes inherited from EnumType

#values

Instance Method Summary collapse

Methods inherited from EnumProcType

#procReturn

Constructor Details

#initialize(_obj, _proc, *args) ⇒ ObjEnumProcType

Returns a new instance of ObjEnumProcType.



151
152
153
154
# File 'ext/ae-rad/ae-rad-libs.rb', line 151

def initialize(_obj, _proc, *args)
  @it = me
  super(_proc, *args)
end

Instance Attribute Details

#itObject (readonly)

Returns the value of attribute it.



150
151
152
# File 'ext/ae-rad/ae-rad-libs.rb', line 150

def it
  @it
end