Class: Kount::RIS::Trigger::Error
- Defined in:
- app/models/kount/ris/trigger/error.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'app/models/kount/ris/trigger/error.rb', line 5 def @message end |
Instance Method Details
#to_h ⇒ Object
9 10 11 12 13 |
# File 'app/models/kount/ris/trigger/error.rb', line 9 def to_h { message: , } end |