Class: CrvApiClient::Api::Reproduction::ConnectionDataBasic

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/connectionDataBasic

emailAddress - SOAP::SOAPString
phoneNr - SOAP::SOAPString
mobilePhone - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(emailAddress = nil, phoneNr = nil, mobilePhone = nil) ⇒ ConnectionDataBasic

Returns a new instance of ConnectionDataBasic.



1309
1310
1311
1312
1313
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1309

def initialize(emailAddress = nil, phoneNr = nil, mobilePhone = nil)
  @emailAddress = emailAddress
  @phoneNr = phoneNr
  @mobilePhone = mobilePhone
end

Instance Attribute Details

#emailAddressObject

Returns the value of attribute emailAddress.



1305
1306
1307
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1305

def emailAddress
  @emailAddress
end

#mobilePhoneObject

Returns the value of attribute mobilePhone.



1307
1308
1309
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1307

def mobilePhone
  @mobilePhone
end

#phoneNrObject

Returns the value of attribute phoneNr.



1306
1307
1308
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1306

def phoneNr
  @phoneNr
end