Class: AdditionalInfoItem

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
TYPE =
2
TITLE =
3
DESCR =
4
ICONURL =
5
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end