Class: AdditionalInfoItem
- Inherits:
-
Object
- Object
- AdditionalInfoItem
- 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- TYPE =
2- TITLE =
3- DESCR =
4- ICONURL =
5- LINK =
6- FIELDS =
{ ID => {:type => ::Thrift::Types::STRING, :name => 'id'}, TYPE => {:type => ::Thrift::Types::I32, :name => 'type'}, TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'}, DESCR => {:type => ::Thrift::Types::STRING, :name => 'descr'}, ICONURL => {:type => ::Thrift::Types::STRING, :name => 'iconUrl'}, LINK => {:type => ::Thrift::Types::STRING, :name => 'link'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
9348 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9348 def struct_fields; FIELDS; end |
#validate ⇒ Object
9350 9351 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9350 def validate end |