Class: MessagePack::IDL::Evaluator::InheritAllMark

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#astObject (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

#nameObject



63
64
65
# File 'lib/msgpack/idl/evaluator.rb', line 63

def name
	""
end