Class: BankBranchInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

BRANCHID =
1
BRANCHCODE =
2
NAME =
3
NAME2 =
4
FIELDS =
{
  BRANCHID => {:type => ::Thrift::Types::STRING, :name => 'branchId'},
  BRANCHCODE => {:type => ::Thrift::Types::STRING, :name => 'branchCode'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  NAME2 => {:type => ::Thrift::Types::STRING, :name => 'name2'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



8585
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8585

def struct_fields; FIELDS; end

#validateObject



8587
8588
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8587

def validate
end