Class: GroupExtra
- Inherits:
-
Object
- Object
- GroupExtra
- 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_fields ⇒ Object
13460 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13460 def struct_fields; FIELDS; end |
#validate ⇒ Object
13462 13463 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13462 def validate end |