Class: WiMP::Gen::ClientApiLoginService::SimpleLogin_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
CLIENTUNIQUEKEY =
6
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'},
  CLIENTUNIQUEKEY => {:type => ::Thrift::Types::STRING, :name => 'clientUniqueKey'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



169
170
# File 'lib/gen/client_api_login_service.rb', line 169

def validate
end