struct Client::CATSDataSet

Included Modules

Defined in:

pb-Client/CATS_Helper.pb.cr

Constant Summary

FIELDS = {1 => {name: :adr_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :name2, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :tel, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :contact_person, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :street, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :city_code, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :city, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :country, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :countrycode, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :email, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :fax_nr, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 13 => {name: :additional, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 30 => {name: :application, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 31 => {name: :mandator, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 32 => {name: :file, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 33 => {name: :adr, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 40 => {name: :user1, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 41 => {name: :user2, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 42 => {name: :res1, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 43 => {name: :res2, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 44 => {name: :additional1, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 45 => {name: :additional2, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 46 => {name: :additional3, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 47 => {name: :additional4, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 50 => {name: :name_generated, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 51 => {name: :tel_ext, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 52 => {name: :tel_nice, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 53 => {name: :fax_nr_nice, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 54 => {name: :tel_national, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 55 => {name: :fax_nr_national, 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

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(adr_id : String | Nil = nil, name : String | Nil = nil, name2 : String | Nil = nil, tel : String | Nil = nil, contact_person : String | Nil = nil, street : String | Nil = nil, city_code : String | Nil = nil, city : String | Nil = nil, country : String | Nil = nil, countrycode : String | Nil = nil, email : String | Nil = nil, fax_nr : String | Nil = nil, additional : String | Nil = nil, application : String | Nil = nil, mandator : String | Nil = nil, file : String | Nil = nil, adr : String | Nil = nil, user1 : String | Nil = nil, user2 : String | Nil = nil, res1 : String | Nil = nil, res2 : String | Nil = nil, additional1 : String | Nil = nil, additional2 : String | Nil = nil, additional3 : String | Nil = nil, additional4 : String | Nil = nil, name_generated : String | Nil = nil, tel_ext : String | Nil = nil, tel_nice : String | Nil = nil, fax_nr_nice : String | Nil = nil, tel_national : String | Nil = nil, fax_nr_national : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def additional : String | Nil #

def additional1 : String | Nil #

def additional1=(additional1 : String | Nil) #

def additional2 : String | Nil #

def additional2=(additional2 : String | Nil) #

def additional3 : String | Nil #

def additional3=(additional3 : String | Nil) #

def additional4 : String | Nil #

def additional4=(additional4 : String | Nil) #

def additional=(additional : String | Nil) #

def adr : String | Nil #

def adr=(adr : String | Nil) #

def adr_id : String | Nil #

def adr_id=(adr_id : String | Nil) #

def application : String | Nil #

def application=(application : String | Nil) #

def city : String | Nil #

def city=(city : String | Nil) #

def city_code : String | Nil #

def city_code=(city_code : String | Nil) #

def contact_person : String | Nil #

def contact_person=(contact_person : String | Nil) #

def country : String | Nil #

def country=(country : String | Nil) #

def countrycode : String | Nil #

def countrycode=(countrycode : String | Nil) #

def email : String | Nil #

def email=(email : String | Nil) #

def fax_nr : String | Nil #

def fax_nr=(fax_nr : String | Nil) #

def fax_nr_national : String | Nil #

def fax_nr_national=(fax_nr_national : String | Nil) #

def fax_nr_nice : String | Nil #

def fax_nr_nice=(fax_nr_nice : String | Nil) #

def file : String | Nil #

def file=(file : String | Nil) #

def mandator : String | Nil #

def mandator=(mandator : String | Nil) #

def name : String | Nil #

def name2 : String | Nil #

def name2=(name2 : String | Nil) #

def name=(name : String | Nil) #

def name_generated : String | Nil #

def name_generated=(name_generated : String | Nil) #

def res1 : String | Nil #

def res1=(res1 : String | Nil) #

def res2 : String | Nil #

def res2=(res2 : String | Nil) #

def street : String | Nil #

def street=(street : String | Nil) #

def tel : String | Nil #

def tel=(tel : String | Nil) #

def tel_ext : String | Nil #

def tel_ext=(tel_ext : String | Nil) #

def tel_national : String | Nil #

def tel_national=(tel_national : String | Nil) #

def tel_nice : String | Nil #

def tel_nice=(tel_nice : String | Nil) #

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

def to_protobuf #

def user1 : String | Nil #

def user1=(user1 : String | Nil) #

def user2 : String | Nil #

def user2=(user2 : String | Nil) #