Class: HomeCategory
- Inherits:
-
Object
- Object
- HomeCategory
- 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_fields ⇒ Object
4772 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4772 def struct_fields; FIELDS; end |
#validate ⇒ Object
4774 4775 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4774 def validate end |