Class: Passport::Thrift::RemoteLoginService::Logout_args
- Inherits:
-
Object
- Object
- Passport::Thrift::RemoteLoginService::Logout_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_login_service.rb
Constant Summary collapse
- INFO =
1- DEVICETOKEN =
2- FIELDS =
{ INFO => {:type => ::Thrift::Types::STRUCT, :name => 'info', :class => ::Passport::Thrift::MobileLoginInfo}, DEVICETOKEN => {:type => ::Thrift::Types::STRING, :name => 'deviceToken'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
177 |
# File 'lib/remote_login_service.rb', line 177 def struct_fields; FIELDS; end |
#validate ⇒ Object
179 180 |
# File 'lib/remote_login_service.rb', line 179 def validate end |