Exception: Wazuh::Api::Errors::WazuhError
- Inherits:
-
StandardError
- Object
- StandardError
- Wazuh::Api::Errors::WazuhError
- Defined in:
- lib/wazuh/api/errors/wazuh_error.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response = nil) ⇒ WazuhError
constructor
A new instance of WazuhError.
Constructor Details
#initialize(message, response = nil) ⇒ WazuhError
Returns a new instance of WazuhError.
7 8 9 10 |
# File 'lib/wazuh/api/errors/wazuh_error.rb', line 7 def initialize(, response = nil) @message = @response = response end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
5 6 7 |
# File 'lib/wazuh/api/errors/wazuh_error.rb', line 5 def @message end |
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/wazuh/api/errors/wazuh_error.rb', line 5 def response @response end |