struct Client::Connected
- Client::Connected
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_Connect.pb.crConstant Summary
-
FIELDS =
{1 => {name: :new_conn, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :version, pb_type: Version, crystal_type: Version, cast_type: Version, native: false, optional: false, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #new_conn : Int32
- #new_conn=(new_conn : Int32)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #version : Version
- #version=(version : Version)