class TLParser::Parameter
- TLParser::Parameter
- Reference
- Object
Defined in:
tl_parser/tl/parameter.crConstructors
Class Method Summary
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). -
#name : String
The name of the parameter.
-
#name=(name : String)
The name of the parameter.
- #to_s(io)
-
#type : ParamType
The type of the parameter.
-
#type=(type : ParamType)
The type of the parameter.
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).