Class: TelephonyLineOptionsListReturn

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

Overview

http://soapi.ovh.com/managertelephonyLineOptionsListReturn

Constant Summary collapse

@@schema_type =
"telephonyLineOptionsListReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["identificationRestriction", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "identificationRestriction")]], ["anonymousCallRejection", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "anonymousCallRejection")]], ["doNotDisturb", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "doNotDisturb")]], ["absentSuscriber", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "absentSuscriber")]], ["lockOutCall", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "lockOutCall")]], ["lockOutCallPassword", ["SOAP::SOAPString", XSD::QName.new(nil, "lockOutCallPassword")]], ["forwardUnconditional", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "forwardUnconditional")]], ["forwardUnconditionalNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "forwardUnconditionalNumber")]], ["forwardNoReply", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "forwardNoReply")]], ["forwardNoReplyDelay", ["SOAP::SOAPInt", XSD::QName.new(nil, "forwardNoReplyDelay")]], ["forwardNoReplyNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "forwardNoReplyNumber")]], ["forwardBusy", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "forwardBusy")]], ["forwardBusyNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "forwardBusyNumber")]], ["forwardBackup", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "forwardBackup")]], ["forwardBackupNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "forwardBackupNumber")]], ["callWaiting", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "callWaiting")]], ["displayCallNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "displayCallNumber")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(identificationRestriction = nil, anonymousCallRejection = nil, doNotDisturb = nil, absentSuscriber = nil, lockOutCall = nil, lockOutCallPassword = nil, forwardUnconditional = nil, forwardUnconditionalNumber = nil, forwardNoReply = nil, forwardNoReplyDelay = nil, forwardNoReplyNumber = nil, forwardBusy = nil, forwardBusyNumber = nil, forwardBackup = nil, forwardBackupNumber = nil, callWaiting = nil, displayCallNumber = nil) ⇒ TelephonyLineOptionsListReturn

Returns a new instance of TelephonyLineOptionsListReturn.



356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
# File 'lib/ovhrb/manager/manager.rb', line 356

def initialize(identificationRestriction = nil, anonymousCallRejection = nil, doNotDisturb = nil, absentSuscriber = nil, lockOutCall = nil, lockOutCallPassword = nil, forwardUnconditional = nil, forwardUnconditionalNumber = nil, forwardNoReply = nil, forwardNoReplyDelay = nil, forwardNoReplyNumber = nil, forwardBusy = nil, forwardBusyNumber = nil, forwardBackup = nil, forwardBackupNumber = nil, callWaiting = nil, displayCallNumber = nil)
  @identificationRestriction = identificationRestriction
  @anonymousCallRejection = anonymousCallRejection
  @doNotDisturb = doNotDisturb
  @absentSuscriber = absentSuscriber
  @lockOutCall = lockOutCall
  @lockOutCallPassword = lockOutCallPassword
  @forwardUnconditional = forwardUnconditional
  @forwardUnconditionalNumber = forwardUnconditionalNumber
  @forwardNoReply = forwardNoReply
  @forwardNoReplyDelay = forwardNoReplyDelay
  @forwardNoReplyNumber = forwardNoReplyNumber
  @forwardBusy = forwardBusy
  @forwardBusyNumber = forwardBusyNumber
  @forwardBackup = forwardBackup
  @forwardBackupNumber = forwardBackupNumber
  @callWaiting = callWaiting
  @displayCallNumber = displayCallNumber
end

Instance Attribute Details

#absentSuscriberObject

Returns the value of attribute absentSuscriber.



341
342
343
# File 'lib/ovhrb/manager/manager.rb', line 341

def absentSuscriber
  @absentSuscriber
end

#anonymousCallRejectionObject

Returns the value of attribute anonymousCallRejection.



339
340
341
# File 'lib/ovhrb/manager/manager.rb', line 339

def anonymousCallRejection
  @anonymousCallRejection
end

#callWaitingObject

Returns the value of attribute callWaiting.



353
354
355
# File 'lib/ovhrb/manager/manager.rb', line 353

def callWaiting
  @callWaiting
end

#displayCallNumberObject

Returns the value of attribute displayCallNumber.



354
355
356
# File 'lib/ovhrb/manager/manager.rb', line 354

def displayCallNumber
  @displayCallNumber
end

#doNotDisturbObject

Returns the value of attribute doNotDisturb.



340
341
342
# File 'lib/ovhrb/manager/manager.rb', line 340

def doNotDisturb
  @doNotDisturb
end

#forwardBackupObject

Returns the value of attribute forwardBackup.



351
352
353
# File 'lib/ovhrb/manager/manager.rb', line 351

def forwardBackup
  @forwardBackup
end

#forwardBackupNumberObject

Returns the value of attribute forwardBackupNumber.



352
353
354
# File 'lib/ovhrb/manager/manager.rb', line 352

def forwardBackupNumber
  @forwardBackupNumber
end

#forwardBusyObject

Returns the value of attribute forwardBusy.



349
350
351
# File 'lib/ovhrb/manager/manager.rb', line 349

def forwardBusy
  @forwardBusy
end

#forwardBusyNumberObject

Returns the value of attribute forwardBusyNumber.



350
351
352
# File 'lib/ovhrb/manager/manager.rb', line 350

def forwardBusyNumber
  @forwardBusyNumber
end

#forwardNoReplyObject

Returns the value of attribute forwardNoReply.



346
347
348
# File 'lib/ovhrb/manager/manager.rb', line 346

def forwardNoReply
  @forwardNoReply
end

#forwardNoReplyDelayObject

Returns the value of attribute forwardNoReplyDelay.



347
348
349
# File 'lib/ovhrb/manager/manager.rb', line 347

def forwardNoReplyDelay
  @forwardNoReplyDelay
end

#forwardNoReplyNumberObject

Returns the value of attribute forwardNoReplyNumber.



348
349
350
# File 'lib/ovhrb/manager/manager.rb', line 348

def forwardNoReplyNumber
  @forwardNoReplyNumber
end

#forwardUnconditionalObject

Returns the value of attribute forwardUnconditional.



344
345
346
# File 'lib/ovhrb/manager/manager.rb', line 344

def forwardUnconditional
  @forwardUnconditional
end

#forwardUnconditionalNumberObject

Returns the value of attribute forwardUnconditionalNumber.



345
346
347
# File 'lib/ovhrb/manager/manager.rb', line 345

def forwardUnconditionalNumber
  @forwardUnconditionalNumber
end

#identificationRestrictionObject

Returns the value of attribute identificationRestriction.



338
339
340
# File 'lib/ovhrb/manager/manager.rb', line 338

def identificationRestriction
  @identificationRestriction
end

#lockOutCallObject

Returns the value of attribute lockOutCall.



342
343
344
# File 'lib/ovhrb/manager/manager.rb', line 342

def lockOutCall
  @lockOutCall
end

#lockOutCallPasswordObject

Returns the value of attribute lockOutCallPassword.



343
344
345
# File 'lib/ovhrb/manager/manager.rb', line 343

def lockOutCallPassword
  @lockOutCallPassword
end