Class: Schemas::Directory_types::ClientExceptionType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#exceptionCategoryObject

Returns the value of attribute exceptionCategory.



408
409
410
# File 'lib/bluevia/schemas/directory_types.rb', line 408

def exceptionCategory
  @exceptionCategory
end

#exceptionIdObject

Returns the value of attribute exceptionId.



409
410
411
# File 'lib/bluevia/schemas/directory_types.rb', line 409

def exceptionId
  @exceptionId
end

#textObject

Returns the value of attribute text.



410
411
412
# File 'lib/bluevia/schemas/directory_types.rb', line 410

def text
  @text
end

#variablesObject

Returns the value of attribute variables.



411
412
413
# File 'lib/bluevia/schemas/directory_types.rb', line 411

def variables
  @variables
end