class CrvApiClient::Api::Reproduction::StandardRequestType::AuthentificationLogin
inner class for member: AuthentificationLogin
{ICARAggregateBusinessInformationEntity:1}AuthentificationLogin
userName - CrvApiClient::Api::Reproduction::TextType password - CrvApiClient::Api::Reproduction::TextType
Attributes
password[RW]
userName[RW]
Public Class Methods
new(userName = nil, password = nil)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3111 def initialize(userName = nil, password = nil) @userName = userName @password = password end