Class: Profile::Thrift::UserSimpleInfo
- Inherits:
-
Object
- Object
- Profile::Thrift::UserSimpleInfo
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_profile_types.rb
Constant Summary collapse
- UID =
1- NICKNAME =
2- LOGOPIC =
3- ISVERIFIED =
4- ISNULL =
5- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, NICKNAME => {:type => ::Thrift::Types::STRING, :name => 'nickname', :optional => true}, LOGOPIC => {:type => ::Thrift::Types::STRING, :name => 'logoPic', :optional => true}, ISVERIFIED => {:type => ::Thrift::Types::BOOL, :name => 'isVerified'}, ISNULL => {:type => ::Thrift::Types::BOOL, :name => 'isNull'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
315 |
# File 'lib/remote_profile_types.rb', line 315 def struct_fields; FIELDS; end |
#validate ⇒ Object
317 318 |
# File 'lib/remote_profile_types.rb', line 317 def validate end |