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