Class: Passport::Thrift::RemoteLoginService::Logout_args

Inherits:
Object
  • Object
show all
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_fieldsObject



177
# File 'lib/remote_login_service.rb', line 177

def struct_fields; FIELDS; end

#validateObject



179
180
# File 'lib/remote_login_service.rb', line 179

def validate
end