Class: Cesri::ResponseMessage
- Inherits:
-
Object
- Object
- Cesri::ResponseMessage
- Defined in:
- lib/cesri/response_message.rb
Instance Attribute Summary collapse
-
#identificador ⇒ Object
readonly
Returns the value of attribute identificador.
-
#informacion_adicional ⇒ Object
readonly
Returns the value of attribute informacion_adicional.
-
#mensaje ⇒ Object
readonly
Returns the value of attribute mensaje.
-
#tipo ⇒ Object
readonly
Returns the value of attribute tipo.
Instance Method Summary collapse
-
#initialize(message) ⇒ ResponseMessage
constructor
A new instance of ResponseMessage.
Constructor Details
#initialize(message) ⇒ ResponseMessage
Returns a new instance of ResponseMessage.
9 10 11 12 13 14 |
# File 'lib/cesri/response_message.rb', line 9 def initialize() @identificador = identificador_value() @mensaje = mensaje_value() @informacion_adicional = informacion_adicional_value() @tipo = tipo_value() end |
Instance Attribute Details
#identificador ⇒ Object (readonly)
Returns the value of attribute identificador.
4 5 6 |
# File 'lib/cesri/response_message.rb', line 4 def identificador @identificador end |
#informacion_adicional ⇒ Object (readonly)
Returns the value of attribute informacion_adicional.
6 7 8 |
# File 'lib/cesri/response_message.rb', line 6 def informacion_adicional @informacion_adicional end |
#mensaje ⇒ Object (readonly)
Returns the value of attribute mensaje.
5 6 7 |
# File 'lib/cesri/response_message.rb', line 5 def mensaje @mensaje end |
#tipo ⇒ Object (readonly)
Returns the value of attribute tipo.
7 8 9 |
# File 'lib/cesri/response_message.rb', line 7 def tipo @tipo end |