Class: SendPostbackRequest

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end