Class: ProductResourceType

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

STICKERRESOURCETYPE =
1
THEMERESOURCETYPE =
2
STICONRESOURCETYPE =
3
FIELDS =
{
  STICKERRESOURCETYPE => {:type => ::Thrift::Types::I32, :name => 'stickerResourceType'},
  THEMERESOURCETYPE => {:type => ::Thrift::Types::I32, :name => 'themeResourceType'},
  STICONRESOURCETYPE => {:type => ::Thrift::Types::I32, :name => 'sticonResourceType'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end