Class: ChatRoomBGM

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

CREATORMID =
1
CREATEDTIME =
2
CHATROOMBGMINFO =
3
FIELDS =
{
  CREATORMID => {:type => ::Thrift::Types::STRING, :name => 'creatorMid'},
  CREATEDTIME => {:type => ::Thrift::Types::I64, :name => 'createdTime'},
  CHATROOMBGMINFO => {:type => ::Thrift::Types::STRING, :name => 'chatRoomBGMInfo'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end