Class: GroupExtra

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

Constant Summary collapse

CREATOR =
1
PREVENTEDJOINBYTICKET =
2
INVITATIONTICKET =
3
MEMBERMIDS =
4
INVITEEMIDS =
5
FIELDS =
{
  CREATOR => {:type => ::Thrift::Types::STRING, :name => 'creator'},
  PREVENTEDJOINBYTICKET => {:type => ::Thrift::Types::BOOL, :name => 'preventedJoinByTicket'},
  INVITATIONTICKET => {:type => ::Thrift::Types::STRING, :name => 'invitationTicket', :optional => true},
  MEMBERMIDS => {:type => ::Thrift::Types::MAP, :name => 'memberMids', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I64}, :optional => true},
  INVITEEMIDS => {:type => ::Thrift::Types::MAP, :name => 'inviteeMids', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I64}, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



13460
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13460

def struct_fields; FIELDS; end

#validateObject



13462
13463
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13462

def validate
end