Class: TalkService::RemoveAllMessages_args

Inherits:
Object
  • Object
show all
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_fieldsObject



3825
# File 'lib/linerb/gen-rb/talk_service.rb', line 3825

def struct_fields; FIELDS; end

#validateObject



3827
3828
# File 'lib/linerb/gen-rb/talk_service.rb', line 3827

def validate
end