Class: CrvApiClient::Api::Reproduction::Address

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



1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1257

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.



1248
1249
1250
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1248

def addressType
  @addressType
end

#cityObject

Returns the value of attribute city.



1252
1253
1254
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1252

def city
  @city
end

#countryObject

Returns the value of attribute country.



1254
1255
1256
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1254

def country
  @country
end

#countryCdObject

Returns the value of attribute countryCd.



1255
1256
1257
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1255

def countryCd
  @countryCd
end

#houseNrObject

Returns the value of attribute houseNr.



1250
1251
1252
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1250

def houseNr
  @houseNr
end

#regionCdObject

Returns the value of attribute regionCd.



1253
1254
1255
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1253

def regionCd
  @regionCd
end

#streetObject

Returns the value of attribute street.



1249
1250
1251
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1249

def street
  @street
end

#zipCdObject

Returns the value of attribute zipCd.



1251
1252
1253
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1251

def zipCd
  @zipCd
end