Class: HomeCategory

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

ID =
1
TITLE =
2
IDS =
3
FIELDS =
{
  ID => {:type => ::Thrift::Types::I32, :name => 'id'},
  TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'},
  IDS => {:type => ::Thrift::Types::LIST, :name => 'ids', :element => {:type => ::Thrift::Types::I32}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end