Class: Passport::Thrift::RemoteLoginService::Login_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/remote_login_service.rb

Constant Summary collapse

INFO =
1
LOGINHELPINFO =
2
FIELDS =
{
  INFO => {:type => ::Thrift::Types::STRUCT, :name => 'info', :class => ::Passport::Thrift::LoginInfo},
  LOGINHELPINFO => {:type => ::Thrift::Types::STRUCT, :name => 'loginHelpInfo', :class => ::Passport::Thrift::LoginHelpInfo}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



143
144
# File 'lib/remote_login_service.rb', line 143

def validate
end