Class: PayWithdrawStaticMenu

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

TITLE =
1
URLKEY =
2
IMAGEURL =
3
FIELDS =
{
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
  URLKEY => {:type => ::Thrift::Types::STRING, :name => 'urlKey'},
  IMAGEURL => {:type => ::Thrift::Types::STRING, :name => 'imageUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end