Class: MessagePack::IDL::Evaluator::InheritMark
- Inherits:
-
Object
- Object
- MessagePack::IDL::Evaluator::InheritMark
- Defined in:
- lib/msgpack/idl/evaluator.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#ast ⇒ Object
readonly
Returns the value of attribute ast.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(ast, name) ⇒ InheritMark
constructor
A new instance of InheritMark.
Constructor Details
#initialize(ast, name) ⇒ InheritMark
Returns a new instance of InheritMark.
69 70 71 72 |
# File 'lib/msgpack/idl/evaluator.rb', line 69 def initialize(ast, name) @ast = ast @name = name end |
Instance Attribute Details
#ast ⇒ Object (readonly)
Returns the value of attribute ast.
73 74 75 |
# File 'lib/msgpack/idl/evaluator.rb', line 73 def ast @ast end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
73 74 75 |
# File 'lib/msgpack/idl/evaluator.rb', line 73 def name @name end |