Class: MessagePack::IDL::Evaluator::InheritAllMark
- Inherits:
-
Object
- Object
- MessagePack::IDL::Evaluator::InheritAllMark
- Defined in:
- lib/msgpack/idl/evaluator.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
readonly
Returns the value of attribute ast.
Instance Method Summary collapse
-
#initialize(ast) ⇒ InheritAllMark
constructor
A new instance of InheritAllMark.
- #name ⇒ Object
Constructor Details
#initialize(ast) ⇒ InheritAllMark
Returns a new instance of InheritAllMark.
59 60 61 |
# File 'lib/msgpack/idl/evaluator.rb', line 59 def initialize(ast) @ast = ast end |
Instance Attribute Details
#ast ⇒ Object (readonly)
Returns the value of attribute ast.
62 63 64 |
# File 'lib/msgpack/idl/evaluator.rb', line 62 def ast @ast end |
Instance Method Details
#name ⇒ Object
63 64 65 |
# File 'lib/msgpack/idl/evaluator.rb', line 63 def name "" end |