Class: Schemas::Sms_types::ServerExceptionType

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



199
200
201
202
203
204
# File 'lib/bluevia/schemas/sms_types.rb', line 199

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.



194
195
196
# File 'lib/bluevia/schemas/sms_types.rb', line 194

def exceptionCategory
  @exceptionCategory
end

#exceptionIdObject

Returns the value of attribute exceptionId.



195
196
197
# File 'lib/bluevia/schemas/sms_types.rb', line 195

def exceptionId
  @exceptionId
end

#textObject

Returns the value of attribute text.



196
197
198
# File 'lib/bluevia/schemas/sms_types.rb', line 196

def text
  @text
end

#variablesObject

Returns the value of attribute variables.



197
198
199
# File 'lib/bluevia/schemas/sms_types.rb', line 197

def variables
  @variables
end