Class: Passport::Thrift::MobileLoginInfo
- Inherits:
-
Object
- Object
- Passport::Thrift::MobileLoginInfo
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_passport_types.rb
Constant Summary collapse
- UID =
1- TOKEN =
2- FIELDS =
{ UID => {:type => ::Thrift::Types::I64, :name => 'uid'}, TOKEN => {:type => ::Thrift::Types::STRING, :name => 'token', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
109 |
# File 'lib/remote_passport_types.rb', line 109 def struct_fields; FIELDS; end |
#validate ⇒ Object
111 112 |
# File 'lib/remote_passport_types.rb', line 111 def validate end |