Class: CategoryItem
- Inherits:
-
Object
- Object
- CategoryItem
- 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
- COLLECTION =
1
- CATEGORYID =
2
- NAME =
3
- FIELDS =
{ COLLECTION => {:type => ::Thrift::Types::I32, :name => 'collection'}, CATEGORYID => {:type => ::Thrift::Types::I32, :name => 'categoryId'}, NAME => {:type => ::Thrift::Types::STRING, :name => 'name'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
8954 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8954 def struct_fields; FIELDS; end |
#validate ⇒ Object
8956 8957 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8956 def validate end |