Class: Schemas::Sms_types::ClientExceptionType
- Inherits:
-
Object
- Object
- Schemas::Sms_types::ClientExceptionType
- Defined in:
- lib/bluevia/schemas/sms_types.rb
Overview
http://www.telefonica.com/schemas/UNICA/REST/common/v1ClientExceptionType
exceptionCategory - SOAP::SOAPString
exceptionId - SOAP::SOAPInt
text - SOAP::SOAPString
variables - SOAP::SOAPString
Instance Attribute Summary collapse
-
#exceptionCategory ⇒ Object
Returns the value of attribute exceptionCategory.
-
#exceptionId ⇒ Object
Returns the value of attribute exceptionId.
-
#text ⇒ Object
Returns the value of attribute text.
-
#variables ⇒ Object
Returns the value of attribute variables.
Instance Method Summary collapse
-
#initialize(exceptionCategory = nil, exceptionId = nil, text = nil, variables = []) ⇒ ClientExceptionType
constructor
A new instance of ClientExceptionType.
Constructor Details
#initialize(exceptionCategory = nil, exceptionId = nil, text = nil, variables = []) ⇒ ClientExceptionType
Returns a new instance of ClientExceptionType.
180 181 182 183 184 185 |
# File 'lib/bluevia/schemas/sms_types.rb', line 180 def initialize(exceptionCategory = nil, exceptionId = nil, text = nil, variables = []) @exceptionCategory = exceptionCategory @exceptionId = exceptionId @text = text @variables = variables end |
Instance Attribute Details
#exceptionCategory ⇒ Object
Returns the value of attribute exceptionCategory.
175 176 177 |
# File 'lib/bluevia/schemas/sms_types.rb', line 175 def exceptionCategory @exceptionCategory end |
#exceptionId ⇒ Object
Returns the value of attribute exceptionId.
176 177 178 |
# File 'lib/bluevia/schemas/sms_types.rb', line 176 def exceptionId @exceptionId end |
#text ⇒ Object
Returns the value of attribute text.
177 178 179 |
# File 'lib/bluevia/schemas/sms_types.rb', line 177 def text @text end |
#variables ⇒ Object
Returns the value of attribute variables.
178 179 180 |
# File 'lib/bluevia/schemas/sms_types.rb', line 178 def variables @variables end |