Class: MessagePack::IDL::IR::TypeParameterSymbol

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ TypeParameterSymbol

Returns a new instance of TypeParameterSymbol.



126
127
128
# File 'lib/msgpack/idl/ir.rb', line 126

def initialize(name)
	@name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



129
130
131
# File 'lib/msgpack/idl/ir.rb', line 129

def name
  @name
end