Class: TalkService::InviteIntoRoom_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/talk_service.rb

Constant Summary collapse

REQSEQ =
1
ROOMID =
2
CONTACTIDS =
3
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  ROOMID => {:type => ::Thrift::Types::STRING, :name => 'roomId'},
  CONTACTIDS => {:type => ::Thrift::Types::LIST, :name => 'contactIds', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end