class CrvApiClient::Api::Reproduction::ConnectionDataBasic

{ws.crvholding.com/participantTypes/}connectionDataBasic

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

Attributes

emailAddress[RW]
mobilePhone[RW]
phoneNr[RW]

Public Class Methods

new(emailAddress = nil, phoneNr = nil, mobilePhone = nil) click to toggle source
# 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