Exception: Nurego::CardError
- Inherits:
-
NuregoError
- Object
- StandardError
- NuregoError
- Nurego::CardError
- Defined in:
- lib/nurego/errors/card_error.rb
Instance Attribute Summary collapse
-
#param ⇒ Object
Returns the value of attribute param.
Attributes inherited from NuregoError
#http_body, #http_status, #json_body, #message
Instance Method Summary collapse
-
#initialize(message, param, http_status = nil, http_body = nil, json_body = nil) ⇒ CardError
constructor
A new instance of CardError.
Methods inherited from NuregoError
Constructor Details
#initialize(message, param, http_status = nil, http_body = nil, json_body = nil) ⇒ CardError
5 6 7 8 |
# File 'lib/nurego/errors/card_error.rb', line 5 def initialize(, param, http_status=nil, http_body=nil, json_body=nil) super(, http_status, http_body, json_body) @param = param end |
Instance Attribute Details
#param ⇒ Object
Returns the value of attribute param.
3 4 5 |
# File 'lib/nurego/errors/card_error.rb', line 3 def param @param end |