Class: MessagePack::IDL::IR::TypeParameterSymbol
- Inherits:
-
Object
- Object
- MessagePack::IDL::IR::TypeParameterSymbol
- Defined in:
- lib/msgpack/idl/ir.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ TypeParameterSymbol
constructor
A new instance of TypeParameterSymbol.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
129 130 131 |
# File 'lib/msgpack/idl/ir.rb', line 129 def name @name end |