class

TLParser::Parameter

Inherits Reference < Object

Constructors

new(name : String, type : TLParser::ParamType)
Source

Class methods

parse(str : String)
Source

Instance methods

==(other)

Returns false (other can only be a Value here).

Source
name

The name of the parameter.

Source
name=(name : String)

The name of the parameter.

Source
to_s(io)
Source
type

The type of the parameter.

Source
type=(type : ParamType)

The type of the parameter.

Source