Class: Schemas::Common_types::ServerExceptionType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/common_types.rb

Overview

http://www.telefonica.com/schemas/UNICA/REST/common/v1ServerExceptionType

exceptionCategory - SOAP::SOAPString
exceptionId - SOAP::SOAPInt
text - SOAP::SOAPString
variables - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exceptionCategory = nil, exceptionId = nil, text = nil, variables = []) ⇒ ServerExceptionType

Returns a new instance of ServerExceptionType.



119
120
121
122
123
124
# File 'lib/bluevia/schemas/common_types.rb', line 119

def initialize(exceptionCategory = nil, exceptionId = nil, text = nil, variables = [])
  @exceptionCategory = exceptionCategory
  @exceptionId = exceptionId
  @text = text
  @variables = variables
end

Instance Attribute Details

#exceptionCategoryObject

Returns the value of attribute exceptionCategory.



114
115
116
# File 'lib/bluevia/schemas/common_types.rb', line 114

def exceptionCategory
  @exceptionCategory
end

#exceptionIdObject

Returns the value of attribute exceptionId.



115
116
117
# File 'lib/bluevia/schemas/common_types.rb', line 115

def exceptionId
  @exceptionId
end

#textObject

Returns the value of attribute text.



116
117
118
# File 'lib/bluevia/schemas/common_types.rb', line 116

def text
  @text
end

#variablesObject

Returns the value of attribute variables.



117
118
119
# File 'lib/bluevia/schemas/common_types.rb', line 117

def variables
  @variables
end