Class: CrvApiClient::Api::Animals::Address

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

Overview

/address

addressType - SOAP::SOAPString
street - SOAP::SOAPString
houseNr - SOAP::SOAPString
zipCd - SOAP::SOAPString
city - SOAP::SOAPString
regionCd - SOAP::SOAPString
country - SOAP::SOAPString
countryCd - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(addressType = nil, street = nil, houseNr = nil, zipCd = nil, city = nil, regionCd = nil, country = nil, countryCd = nil) ⇒ Address

Returns a new instance of Address.



1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
# File 'lib/crv_api_client/api/animals/animals.rb', line 1342

def initialize(addressType = nil, street = nil, houseNr = nil, zipCd = nil, city = nil, regionCd = nil, country = nil, countryCd = nil)
  @addressType = addressType
  @street = street
  @houseNr = houseNr
  @zipCd = zipCd
  @city = city
  @regionCd = regionCd
  @country = country
  @countryCd = countryCd
end

Instance Attribute Details

#addressTypeObject

Returns the value of attribute addressType.



1333
1334
1335
# File 'lib/crv_api_client/api/animals/animals.rb', line 1333

def addressType
  @addressType
end

#cityObject

Returns the value of attribute city.



1337
1338
1339
# File 'lib/crv_api_client/api/animals/animals.rb', line 1337

def city
  @city
end

#countryObject

Returns the value of attribute country.



1339
1340
1341
# File 'lib/crv_api_client/api/animals/animals.rb', line 1339

def country
  @country
end

#countryCdObject

Returns the value of attribute countryCd.



1340
1341
1342
# File 'lib/crv_api_client/api/animals/animals.rb', line 1340

def countryCd
  @countryCd
end

#houseNrObject

Returns the value of attribute houseNr.



1335
1336
1337
# File 'lib/crv_api_client/api/animals/animals.rb', line 1335

def houseNr
  @houseNr
end

#regionCdObject

Returns the value of attribute regionCd.



1338
1339
1340
# File 'lib/crv_api_client/api/animals/animals.rb', line 1338

def regionCd
  @regionCd
end

#streetObject

Returns the value of attribute street.



1334
1335
1336
# File 'lib/crv_api_client/api/animals/animals.rb', line 1334

def street
  @street
end

#zipCdObject

Returns the value of attribute zipCd.



1336
1337
1338
# File 'lib/crv_api_client/api/animals/animals.rb', line 1336

def zipCd
  @zipCd
end