Class: ObjEnumProcType
- Inherits:
-
EnumProcType
- Object
- PropType
- EnumType
- EnumProcType
- ObjEnumProcType
- Defined in:
- ext/ae-rad/ae-rad-libs.rb
Instance Attribute Summary collapse
-
#it ⇒ Object
readonly
Returns the value of attribute it.
Attributes inherited from EnumType
Instance Method Summary collapse
-
#initialize(_obj, _proc, *args) ⇒ ObjEnumProcType
constructor
A new instance of ObjEnumProcType.
Methods inherited from EnumProcType
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
#it ⇒ Object (readonly)
Returns the value of attribute it.
150 151 152 |
# File 'ext/ae-rad/ae-rad-libs.rb', line 150 def it @it end |