Class: Passport::Thrift::StatUserTrackModel
- Inherits:
-
Object
- Object
- Passport::Thrift::StatUserTrackModel
- 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_fields ⇒ Object
187 |
# File 'lib/remote_passport_types.rb', line 187 def struct_fields; FIELDS; end |
#validate ⇒ Object
189 190 |
# File 'lib/remote_passport_types.rb', line 189 def validate end |