Class: Schemas::Directory_types::ServerExceptionType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/directory_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.



432
433
434
435
436
437
# File 'lib/bluevia/schemas/directory_types.rb', line 432

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.



427
428
429
# File 'lib/bluevia/schemas/directory_types.rb', line 427

def exceptionCategory
  @exceptionCategory
end

#exceptionIdObject

Returns the value of attribute exceptionId.



428
429
430
# File 'lib/bluevia/schemas/directory_types.rb', line 428

def exceptionId
  @exceptionId
end

#textObject

Returns the value of attribute text.



429
430
431
# File 'lib/bluevia/schemas/directory_types.rb', line 429

def text
  @text
end

#variablesObject

Returns the value of attribute variables.



430
431
432
# File 'lib/bluevia/schemas/directory_types.rb', line 430

def variables
  @variables
end