struct Apps::Algo
- Apps::Algo
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Login.pb.crConstant Summary
-
FIELDS =
{1 => {name: :version, pb_type: Version, crystal_type: Version, cast_type: Version, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :base_conn_id, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 3 => {name: :algo, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(version : Version, base_conn_id : Int32, algo : Array(String) | Nil = nil)
- .new(buf : Protobuf::Buffer)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #algo : Array(String) | Nil
- #algo=(algo : Array(String) | Nil)
- #base_conn_id : Int32
- #base_conn_id=(base_conn_id : Int32)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #version : Version
- #version=(version : Version)