Class: AcceptChatInvitationByTicketRequest
- Inherits:
-
Object
- Object
- AcceptChatInvitationByTicketRequest
- 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
- REQSEQ =
1
- CHATMID =
2
- TICKETID =
3
- FIELDS =
{ REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'}, CHATMID => {:type => ::Thrift::Types::STRING, :name => 'chatMid'}, TICKETID => {:type => ::Thrift::Types::STRING, :name => 'ticketId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17853 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17853 def struct_fields; FIELDS; end |
#validate ⇒ Object
17855 17856 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17855 def validate end |