Class: TelephonyVoicemailOptionsListReturn

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

Overview

http://soapi.ovh.com/managertelephonyVoicemailOptionsListReturn

Constant Summary collapse

@@schema_type =
"telephonyVoicemailOptionsListReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["redirection1", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection1")]], ["redirection1Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection1Email")]], ["redirection2", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection2")]], ["redirection2Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection2Email")]], ["redirection3", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection3")]], ["redirection3Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection3Email")]], ["redirection4", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection4")]], ["redirection4Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection4Email")]], ["redirection5", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection5")]], ["redirection5Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection5Email")]], ["annouceMessage", ["SOAP::SOAPString", XSD::QName.new(nil, "annouceMessage")]], ["keepMessage", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "keepMessage")]], ["audioformat", ["SOAP::SOAPString", XSD::QName.new(nil, "audioformat")]], ["fromEmail", ["SOAP::SOAPString", XSD::QName.new(nil, "fromEmail")]], ["fromName", ["SOAP::SOAPString", XSD::QName.new(nil, "fromName")]], ["forcePassword", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "forcePassword")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(redirection1 = nil, redirection1Email = nil, redirection2 = nil, redirection2Email = nil, redirection3 = nil, redirection3Email = nil, redirection4 = nil, redirection4Email = nil, redirection5 = nil, redirection5Email = nil, annouceMessage = nil, keepMessage = nil, audioformat = nil, fromEmail = nil, fromName = nil, forcePassword = nil) ⇒ TelephonyVoicemailOptionsListReturn

Returns a new instance of TelephonyVoicemailOptionsListReturn.



712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
# File 'lib/ovhrb/manager/manager.rb', line 712

def initialize(redirection1 = nil, redirection1Email = nil, redirection2 = nil, redirection2Email = nil, redirection3 = nil, redirection3Email = nil, redirection4 = nil, redirection4Email = nil, redirection5 = nil, redirection5Email = nil, annouceMessage = nil, keepMessage = nil, audioformat = nil, fromEmail = nil, fromName = nil, forcePassword = nil)
  @redirection1 = redirection1
  @redirection1Email = redirection1Email
  @redirection2 = redirection2
  @redirection2Email = redirection2Email
  @redirection3 = redirection3
  @redirection3Email = redirection3Email
  @redirection4 = redirection4
  @redirection4Email = redirection4Email
  @redirection5 = redirection5
  @redirection5Email = redirection5Email
  @annouceMessage = annouceMessage
  @keepMessage = keepMessage
  @audioformat = audioformat
  @fromEmail = fromEmail
  @fromName = fromName
  @forcePassword = forcePassword
end

Instance Attribute Details

#annouceMessageObject

Returns the value of attribute annouceMessage.



705
706
707
# File 'lib/ovhrb/manager/manager.rb', line 705

def annouceMessage
  @annouceMessage
end

#audioformatObject

Returns the value of attribute audioformat.



707
708
709
# File 'lib/ovhrb/manager/manager.rb', line 707

def audioformat
  @audioformat
end

#forcePasswordObject

Returns the value of attribute forcePassword.



710
711
712
# File 'lib/ovhrb/manager/manager.rb', line 710

def forcePassword
  @forcePassword
end

#fromEmailObject

Returns the value of attribute fromEmail.



708
709
710
# File 'lib/ovhrb/manager/manager.rb', line 708

def fromEmail
  @fromEmail
end

#fromNameObject

Returns the value of attribute fromName.



709
710
711
# File 'lib/ovhrb/manager/manager.rb', line 709

def fromName
  @fromName
end

#keepMessageObject

Returns the value of attribute keepMessage.



706
707
708
# File 'lib/ovhrb/manager/manager.rb', line 706

def keepMessage
  @keepMessage
end

#redirection1Object

Returns the value of attribute redirection1.



695
696
697
# File 'lib/ovhrb/manager/manager.rb', line 695

def redirection1
  @redirection1
end

#redirection1EmailObject

Returns the value of attribute redirection1Email.



696
697
698
# File 'lib/ovhrb/manager/manager.rb', line 696

def redirection1Email
  @redirection1Email
end

#redirection2Object

Returns the value of attribute redirection2.



697
698
699
# File 'lib/ovhrb/manager/manager.rb', line 697

def redirection2
  @redirection2
end

#redirection2EmailObject

Returns the value of attribute redirection2Email.



698
699
700
# File 'lib/ovhrb/manager/manager.rb', line 698

def redirection2Email
  @redirection2Email
end

#redirection3Object

Returns the value of attribute redirection3.



699
700
701
# File 'lib/ovhrb/manager/manager.rb', line 699

def redirection3
  @redirection3
end

#redirection3EmailObject

Returns the value of attribute redirection3Email.



700
701
702
# File 'lib/ovhrb/manager/manager.rb', line 700

def redirection3Email
  @redirection3Email
end

#redirection4Object

Returns the value of attribute redirection4.



701
702
703
# File 'lib/ovhrb/manager/manager.rb', line 701

def redirection4
  @redirection4
end

#redirection4EmailObject

Returns the value of attribute redirection4Email.



702
703
704
# File 'lib/ovhrb/manager/manager.rb', line 702

def redirection4Email
  @redirection4Email
end

#redirection5Object

Returns the value of attribute redirection5.



703
704
705
# File 'lib/ovhrb/manager/manager.rb', line 703

def redirection5
  @redirection5
end

#redirection5EmailObject

Returns the value of attribute redirection5Email.



704
705
706
# File 'lib/ovhrb/manager/manager.rb', line 704

def redirection5Email
  @redirection5Email
end