Class: TalkService::RemoveAllMessages_args
- Inherits:
-
Object
- Object
- TalkService::RemoveAllMessages_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/talk_service.rb
Constant Summary collapse
- SEQ =
1
- LASTMESSAGEID =
2
- FIELDS =
{ SEQ => {:type => ::Thrift::Types::I32, :name => 'seq'}, LASTMESSAGEID => {:type => ::Thrift::Types::STRING, :name => 'lastMessageId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3825 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3825 def struct_fields; FIELDS; end |
#validate ⇒ Object
3827 3828 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3827 def validate end |