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
3709 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3709 def struct_fields; FIELDS; end |
#validate ⇒ Object
3711 3712 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3711 def validate end |