Class: MessagePack::IDL::Evaluator::InheritMark

Inherits:
Object
  • Object
show all
Defined in:
lib/msgpack/idl/evaluator.rb

Direct Known Subclasses

InheritMarkWithCheck

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#astObject (readonly)

Returns the value of attribute ast.



73
74
75
# File 'lib/msgpack/idl/evaluator.rb', line 73

def ast
  @ast
end

#nameObject (readonly)

Returns the value of attribute name.



73
74
75
# File 'lib/msgpack/idl/evaluator.rb', line 73

def name
  @name
end