Class: TelephonyTonesOptionsListReturn

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

Overview

http://soapi.ovh.com/managertelephonyTonesOptionsListReturn

Constant Summary collapse

@@schema_type =
"telephonyTonesOptionsListReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["toneRingback", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "toneRingback")]], ["toneOnHold", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "toneOnHold")]], ["toneOnClosure", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "toneOnClosure")]], ["toneOnCallWaiting", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "toneOnCallWaiting")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(toneRingback = nil, toneOnHold = nil, toneOnClosure = nil, toneOnCallWaiting = nil) ⇒ TelephonyTonesOptionsListReturn

Returns a new instance of TelephonyTonesOptionsListReturn.



1311
1312
1313
1314
1315
1316
# File 'lib/ovhrb/manager/manager.rb', line 1311

def initialize(toneRingback = nil, toneOnHold = nil, toneOnClosure = nil, toneOnCallWaiting = nil)
  @toneRingback = toneRingback
  @toneOnHold = toneOnHold
  @toneOnClosure = toneOnClosure
  @toneOnCallWaiting = toneOnCallWaiting
end

Instance Attribute Details

#toneOnCallWaitingObject

Returns the value of attribute toneOnCallWaiting.



1309
1310
1311
# File 'lib/ovhrb/manager/manager.rb', line 1309

def toneOnCallWaiting
  @toneOnCallWaiting
end

#toneOnClosureObject

Returns the value of attribute toneOnClosure.



1308
1309
1310
# File 'lib/ovhrb/manager/manager.rb', line 1308

def toneOnClosure
  @toneOnClosure
end

#toneOnHoldObject

Returns the value of attribute toneOnHold.



1307
1308
1309
# File 'lib/ovhrb/manager/manager.rb', line 1307

def toneOnHold
  @toneOnHold
end

#toneRingbackObject

Returns the value of attribute toneRingback.



1306
1307
1308
# File 'lib/ovhrb/manager/manager.rb', line 1306

def toneRingback
  @toneRingback
end