Class: TalkService::SyncContacts_args
- Inherits:
-
Object
- Object
- TalkService::SyncContacts_args
- 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_fields ⇒ Object
4292 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 4292 def struct_fields; FIELDS; end |
#validate ⇒ Object
4294 4295 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 4294 def validate end |