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
3439 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3439 def struct_fields; FIELDS; end |
#validate ⇒ Object
3441 3442 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3441 def validate end |