Class: TelephonyNumberCityForZoneStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managertelephonyNumberCityForZoneStruct

Constant Summary collapse

@@schema_type =
"telephonyNumberCityForZoneStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["city", ["SOAP::SOAPString", XSD::QName.new(nil, "city")]], ["postalCode", ["SOAP::SOAPString", XSD::QName.new(nil, "postalCode")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(city = nil, postalCode = nil) ⇒ TelephonyNumberCityForZoneStruct

Returns a new instance of TelephonyNumberCityForZoneStruct.



1294
1295
1296
1297
# File 'lib/ovhrb/manager/manager.rb', line 1294

def initialize(city = nil, postalCode = nil)
  @city = city
  @postalCode = postalCode
end

Instance Attribute Details

#cityObject

Returns the value of attribute city.



1291
1292
1293
# File 'lib/ovhrb/manager/manager.rb', line 1291

def city
  @city
end

#postalCodeObject

Returns the value of attribute postalCode.



1292
1293
1294
# File 'lib/ovhrb/manager/manager.rb', line 1292

def postalCode
  @postalCode
end