Class: CrvApiClient::Api::Animals::ConnectionDataBasic

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.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.



1394
1395
1396
1397
1398
# File 'lib/crv_api_client/api/animals/animals.rb', line 1394

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.



1390
1391
1392
# File 'lib/crv_api_client/api/animals/animals.rb', line 1390

def emailAddress
  @emailAddress
end

#mobilePhoneObject

Returns the value of attribute mobilePhone.



1392
1393
1394
# File 'lib/crv_api_client/api/animals/animals.rb', line 1392

def mobilePhone
  @mobilePhone
end

#phoneNrObject

Returns the value of attribute phoneNr.



1391
1392
1393
# File 'lib/crv_api_client/api/animals/animals.rb', line 1391

def phoneNr
  @phoneNr
end