Class: TalkService::UpdateChatRoomBGM_args
- Inherits:
-
Object
- Object
- TalkService::UpdateChatRoomBGM_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/talk_service.rb
Constant Summary collapse
- REQSEQ =
1
- CHATROOMMID =
2
- CHATROOMBGMINFO =
3
- FIELDS =
{ REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'}, CHATROOMMID => {:type => ::Thrift::Types::STRING, :name => 'chatRoomMid'}, CHATROOMBGMINFO => {:type => ::Thrift::Types::STRING, :name => 'chatRoomBGMInfo'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3458 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3458 def struct_fields; FIELDS; end |
#validate ⇒ Object
3460 3461 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3460 def validate end |