Class: TalkService::FindAndAddContactsByUserid_args

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

Constant Summary collapse

REQSEQ =
1
SEARCHID =
2
REFERENCE =
3
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  SEARCHID => {:type => ::Thrift::Types::STRING, :name => 'searchId'},
  REFERENCE => {:type => ::Thrift::Types::STRING, :name => 'reference'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3795
# File 'lib/linerb/gen-rb/talk_service.rb', line 3795

def struct_fields; FIELDS; end

#validateObject



3797
3798
# File 'lib/linerb/gen-rb/talk_service.rb', line 3797

def validate
end