Class: TelephonyScreenBlackWhiteChoiceReturn

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

Overview

http://soapi.ovh.com/managertelephonyScreenBlackWhiteChoiceReturn

Constant Summary collapse

@@schema_type =
"telephonyScreenBlackWhiteChoiceReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["incomingScreenlist", ["SOAP::SOAPString", XSD::QName.new(nil, "incomingScreenlist")]], ["outgoingScreenlist", ["SOAP::SOAPString", XSD::QName.new(nil, "outgoingScreenlist")]], ["outgoingCodeUnlock", ["SOAP::SOAPString", XSD::QName.new(nil, "outgoingCodeUnlock")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(incomingScreenlist = nil, outgoingScreenlist = nil, outgoingCodeUnlock = nil) ⇒ TelephonyScreenBlackWhiteChoiceReturn

Returns a new instance of TelephonyScreenBlackWhiteChoiceReturn.



1432
1433
1434
1435
1436
# File 'lib/ovhrb/manager/manager.rb', line 1432

def initialize(incomingScreenlist = nil, outgoingScreenlist = nil, outgoingCodeUnlock = nil)
  @incomingScreenlist = incomingScreenlist
  @outgoingScreenlist = outgoingScreenlist
  @outgoingCodeUnlock = outgoingCodeUnlock
end

Instance Attribute Details

#incomingScreenlistObject

Returns the value of attribute incomingScreenlist.



1428
1429
1430
# File 'lib/ovhrb/manager/manager.rb', line 1428

def incomingScreenlist
  @incomingScreenlist
end

#outgoingCodeUnlockObject

Returns the value of attribute outgoingCodeUnlock.



1430
1431
1432
# File 'lib/ovhrb/manager/manager.rb', line 1430

def outgoingCodeUnlock
  @outgoingCodeUnlock
end

#outgoingScreenlistObject

Returns the value of attribute outgoingScreenlist.



1429
1430
1431
# File 'lib/ovhrb/manager/manager.rb', line 1429

def outgoingScreenlist
  @outgoingScreenlist
end