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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end