Class: Stat::Query::IndirectFollowResult

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/querymodel_types.rb

Constant Summary collapse

FID =
1
COUNT =
2
MIDS =
3
FIELDS =
{
  FID => {:type => ::Thrift::Types::I64, :name => 'fid'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'},
  MIDS => {:type => ::Thrift::Types::STRING, :name => 'mids'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



23
# File 'lib/querymodel_types.rb', line 23

def struct_fields; FIELDS; end

#validateObject



25
26
# File 'lib/querymodel_types.rb', line 25

def validate
end