Class: ProductTypeSummary

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

STICKERSUMMARY =
1
THEMESUMMARY =
2
STICONSUMMARY =
3
FIELDS =
{
  STICKERSUMMARY => {:type => ::Thrift::Types::STRUCT, :name => 'stickerSummary', :class => ::StickerSummary},
  THEMESUMMARY => {:type => ::Thrift::Types::STRUCT, :name => 'themeSummary', :class => ::ThemeSummary},
  STICONSUMMARY => {:type => ::Thrift::Types::STRUCT, :name => 'sticonSummary', :class => ::SticonSummary}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end