Class: SendPostbackRequest
- Inherits:
-
Object
- Object
- SendPostbackRequest
- 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
- MESSAGEID =
1
- URL =
2
- CHATMID =
3
- ORIGINMID =
4
- FIELDS =
{ MESSAGEID => {:type => ::Thrift::Types::STRING, :name => 'messageId'}, URL => {:type => ::Thrift::Types::STRING, :name => 'url'}, CHATMID => {:type => ::Thrift::Types::STRING, :name => 'chatMID'}, ORIGINMID => {:type => ::Thrift::Types::STRING, :name => 'originMID'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
17072 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17072 def struct_fields; FIELDS; end |
#validate ⇒ Object
17074 17075 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17074 def validate end |