Class: TalkService::SendChatRemoved_args
- Inherits:
-
Object
- Object
- TalkService::SendChatRemoved_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/talk_service.rb
Constant Summary collapse
- SEQ =
1
- CHATMID =
2
- LASTMESSAGEID =
3
- SESSIONID =
4
- FIELDS =
{ SEQ => {:type => ::Thrift::Types::I32, :name => 'seq'}, CHATMID => {:type => ::Thrift::Types::STRING, :name => 'chatMid'}, LASTMESSAGEID => {:type => ::Thrift::Types::STRING, :name => 'lastMessageId'}, SESSIONID => {:type => ::Thrift::Types::BYTE, :name => 'sessionId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3757 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3757 def struct_fields; FIELDS; end |
#validate ⇒ Object
3759 3760 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3759 def validate end |