Class: WiMP::Gen::ClientApiLoginService::GetClientConfig_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

PARTNERUSERNAME =
1
PARTNERPASSWORD =
2
CLIENTNAME =
3
FIELDS =
{
  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



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

def struct_fields; FIELDS; end

#validateObject



127
128
# File 'lib/gen/client_api_login_service.rb', line 127

def validate
end