Class: TalkService::SyncContacts_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
LOCALCONTACTS =
2
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  LOCALCONTACTS => {:type => ::Thrift::Types::LIST, :name => 'localContacts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ContactModification}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end