struct Apps::Support::ForwardDefault

Included Modules

Defined in:

pb-Apps/CATS_Support.pb.cr

Constant Summary

FIELDS = {1 => {name: :forwarding_type, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :forward_dn, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(forwarding_type : Bool, forward_dn : Bool) #

def self.new(buf : Protobuf::Buffer) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def forward_dn : Bool #

def forward_dn=(forward_dn : Bool) #

def forwarding_type : Bool #

def forwarding_type=(forwarding_type : Bool) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #