Class: MessagePack::IDL::Evaluator::InheritMarkWithCheck
- Inherits:
-
InheritMark
- Object
- InheritMark
- MessagePack::IDL::Evaluator::InheritMarkWithCheck
- Defined in:
- lib/msgpack/idl/evaluator.rb
Instance Attribute Summary collapse
-
#func ⇒ Object
readonly
Returns the value of attribute func.
Attributes inherited from InheritMark
Instance Method Summary collapse
-
#initialize(ast, func) ⇒ InheritMarkWithCheck
constructor
A new instance of InheritMarkWithCheck.
Constructor Details
#initialize(ast, func) ⇒ InheritMarkWithCheck
Returns a new instance of InheritMarkWithCheck.
77 78 79 80 |
# File 'lib/msgpack/idl/evaluator.rb', line 77 def initialize(ast, func) super(ast, func.name) @func = func end |
Instance Attribute Details
#func ⇒ Object (readonly)
Returns the value of attribute func.
81 82 83 |
# File 'lib/msgpack/idl/evaluator.rb', line 81 def func @func end |