Class: TelephonyFaxOptionsListReturn

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

Overview

http://soapi.ovh.com/managertelephonyFaxOptionsListReturn

Constant Summary collapse

@@schema_type =
"telephonyFaxOptionsListReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["callNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "callNumber")]], ["countryCode", ["SOAP::SOAPString", XSD::QName.new(nil, "countryCode")]], ["fromName", ["SOAP::SOAPString", XSD::QName.new(nil, "fromName")]], ["fromEmail", ["SOAP::SOAPString", XSD::QName.new(nil, "fromEmail")]], ["faxQuality", ["SOAP::SOAPString", XSD::QName.new(nil, "faxQuality")]], ["faxTagLine", ["SOAP::SOAPString", XSD::QName.new(nil, "faxTagLine")]], ["faxMaxCall", ["SOAP::SOAPInt", XSD::QName.new(nil, "faxMaxCall")]], ["receivId", ["SOAP::SOAPString", XSD::QName.new(nil, "receivId")]], ["senderId", ["SOAP::SOAPString", XSD::QName.new(nil, "senderId")]], ["redirection1Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection1Email")]], ["redirection2Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection2Email")]], ["redirection3Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection3Email")]], ["redirection4Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection4Email")]], ["redirection5Email", ["SOAP::SOAPString", XSD::QName.new(nil, "redirection5Email")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(callNumber = nil, countryCode = nil, fromName = nil, fromEmail = nil, faxQuality = nil, faxTagLine = nil, faxMaxCall = nil, receivId = nil, senderId = nil, redirection1Email = nil, redirection2Email = nil, redirection3Email = nil, redirection4Email = nil, redirection5Email = nil) ⇒ TelephonyFaxOptionsListReturn

Returns a new instance of TelephonyFaxOptionsListReturn.



1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
# File 'lib/ovhrb/manager/manager.rb', line 1169

def initialize(callNumber = nil, countryCode = nil, fromName = nil, fromEmail = nil, faxQuality = nil, faxTagLine = nil, faxMaxCall = nil, receivId = nil, senderId = nil, redirection1Email = nil, redirection2Email = nil, redirection3Email = nil, redirection4Email = nil, redirection5Email = nil)
  @callNumber = callNumber
  @countryCode = countryCode
  @fromName = fromName
  @fromEmail = fromEmail
  @faxQuality = faxQuality
  @faxTagLine = faxTagLine
  @faxMaxCall = faxMaxCall
  @receivId = receivId
  @senderId = senderId
  @redirection1Email = redirection1Email
  @redirection2Email = redirection2Email
  @redirection3Email = redirection3Email
  @redirection4Email = redirection4Email
  @redirection5Email = redirection5Email
end

Instance Attribute Details

#callNumberObject

Returns the value of attribute callNumber.



1154
1155
1156
# File 'lib/ovhrb/manager/manager.rb', line 1154

def callNumber
  @callNumber
end

#countryCodeObject

Returns the value of attribute countryCode.



1155
1156
1157
# File 'lib/ovhrb/manager/manager.rb', line 1155

def countryCode
  @countryCode
end

#faxMaxCallObject

Returns the value of attribute faxMaxCall.



1160
1161
1162
# File 'lib/ovhrb/manager/manager.rb', line 1160

def faxMaxCall
  @faxMaxCall
end

#faxQualityObject

Returns the value of attribute faxQuality.



1158
1159
1160
# File 'lib/ovhrb/manager/manager.rb', line 1158

def faxQuality
  @faxQuality
end

#faxTagLineObject

Returns the value of attribute faxTagLine.



1159
1160
1161
# File 'lib/ovhrb/manager/manager.rb', line 1159

def faxTagLine
  @faxTagLine
end

#fromEmailObject

Returns the value of attribute fromEmail.



1157
1158
1159
# File 'lib/ovhrb/manager/manager.rb', line 1157

def fromEmail
  @fromEmail
end

#fromNameObject

Returns the value of attribute fromName.



1156
1157
1158
# File 'lib/ovhrb/manager/manager.rb', line 1156

def fromName
  @fromName
end

#receivIdObject

Returns the value of attribute receivId.



1161
1162
1163
# File 'lib/ovhrb/manager/manager.rb', line 1161

def receivId
  @receivId
end

#redirection1EmailObject

Returns the value of attribute redirection1Email.



1163
1164
1165
# File 'lib/ovhrb/manager/manager.rb', line 1163

def redirection1Email
  @redirection1Email
end

#redirection2EmailObject

Returns the value of attribute redirection2Email.



1164
1165
1166
# File 'lib/ovhrb/manager/manager.rb', line 1164

def redirection2Email
  @redirection2Email
end

#redirection3EmailObject

Returns the value of attribute redirection3Email.



1165
1166
1167
# File 'lib/ovhrb/manager/manager.rb', line 1165

def redirection3Email
  @redirection3Email
end

#redirection4EmailObject

Returns the value of attribute redirection4Email.



1166
1167
1168
# File 'lib/ovhrb/manager/manager.rb', line 1166

def redirection4Email
  @redirection4Email
end

#redirection5EmailObject

Returns the value of attribute redirection5Email.



1167
1168
1169
# File 'lib/ovhrb/manager/manager.rb', line 1167

def redirection5Email
  @redirection5Email
end

#senderIdObject

Returns the value of attribute senderId.



1162
1163
1164
# File 'lib/ovhrb/manager/manager.rb', line 1162

def senderId
  @senderId
end