Class: TalkService::SendChatChecked_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
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end