Class: Kount::RIS::Trigger::Error

Inherits:
Base
  • Object
show all
Defined in:
app/models/kount/ris/trigger/error.rb

Constant Summary

Constants inherited from Base

Base::COUNTRY_CODES

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message.



5
6
7
# File 'app/models/kount/ris/trigger/error.rb', line 5

def message
  @message
end

Instance Method Details

#to_hObject



9
10
11
12
13
# File 'app/models/kount/ris/trigger/error.rb', line 9

def to_h
  {
    message: message,
  }
end