Class: QRAPI::ErrorMapping::Error
- Inherits:
-
Struct
- Object
- Struct
- QRAPI::ErrorMapping::Error
- Defined in:
- lib/qrapi/mappings/error_mapping.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/qrapi/mappings/error_mapping.rb', line 3 def id @id end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/qrapi/mappings/error_mapping.rb', line 3 def @message end |