Class: Passport::Thrift::StatUserTrackModel

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

Constant Summary collapse

UID =
1
TID =
2
TNAME =
3
TIME =
4
ISNULL =
5
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  TID => {:type => ::Thrift::Types::I64, :name => 'tid'},
  TNAME => {:type => ::Thrift::Types::STRING, :name => 'tname', :optional => true},
  TIME => {:type => ::Thrift::Types::DOUBLE, :name => 'time'},
  ISNULL => {:type => ::Thrift::Types::BOOL, :name => 'isNull'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



187
# File 'lib/remote_passport_types.rb', line 187

def struct_fields; FIELDS; end

#validateObject



189
190
# File 'lib/remote_passport_types.rb', line 189

def validate
end