Class: WiMP::Gen::ClientApiLoginService::LoginWithToken_args

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

Constant Summary collapse

USERNAME =
1
PASSWORD =
2
PARTNERUSERNAME =
3
PARTNERPASSWORD =
4
CLIENTNAME =
5
FIELDS =
{
  USERNAME => {:type => ::Thrift::Types::STRING, :name => 'userName'},
  PASSWORD => {:type => ::Thrift::Types::STRING, :name => 'password'},
  PARTNERUSERNAME => {:type => ::Thrift::Types::STRING, :name => 'partnerUsername'},
  PARTNERPASSWORD => {:type => ::Thrift::Types::STRING, :name => 'partnerPassword'},
  CLIENTNAME => {:type => ::Thrift::Types::STRING, :name => 'clientName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



243
# File 'lib/gen/client_api_login_service.rb', line 243

def struct_fields; FIELDS; end

#validateObject



245
246
# File 'lib/gen/client_api_login_service.rb', line 245

def validate
end