Class: ProductProperty

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

STICKERPROPERTY =
1
THEMEPROPERTY =
2
STICONPROPERTY =
3
FIELDS =
{
  STICKERPROPERTY => {:type => ::Thrift::Types::STRUCT, :name => 'stickerProperty', :class => ::StickerProperty},
  THEMEPROPERTY => {:type => ::Thrift::Types::STRUCT, :name => 'themeProperty', :class => ::ThemeProperty},
  STICONPROPERTY => {:type => ::Thrift::Types::STRUCT, :name => 'sticonProperty', :class => ::SticonProperty}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end