Class: Schemas::Directory_types::ClientExceptionType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::ClientExceptionType
- Defined in:
- lib/bluevia/schemas/directory_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.
413 414 415 416 417 418 |
# File 'lib/bluevia/schemas/directory_types.rb', line 413 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.
408 409 410 |
# File 'lib/bluevia/schemas/directory_types.rb', line 408 def exceptionCategory @exceptionCategory end |
#exceptionId ⇒ Object
Returns the value of attribute exceptionId.
409 410 411 |
# File 'lib/bluevia/schemas/directory_types.rb', line 409 def exceptionId @exceptionId end |
#text ⇒ Object
Returns the value of attribute text.
410 411 412 |
# File 'lib/bluevia/schemas/directory_types.rb', line 410 def text @text end |
#variables ⇒ Object
Returns the value of attribute variables.
411 412 413 |
# File 'lib/bluevia/schemas/directory_types.rb', line 411 def variables @variables end |