Class: TalkService::FindAndAddContactsByPhone_args
- Inherits:
-
Object
- Object
- TalkService::FindAndAddContactsByPhone_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/talk_service.rb
Constant Summary collapse
- REQSEQ =
1
- PHONES =
2
- REFERENCE =
3
- FIELDS =
{ REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'}, PHONES => {:type => ::Thrift::Types::SET, :name => 'phones', :element => {:type => ::Thrift::Types::STRING}}, REFERENCE => {:type => ::Thrift::Types::STRING, :name => 'reference'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3544 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3544 def struct_fields; FIELDS; end |
#validate ⇒ Object
3546 3547 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3546 def validate end |