class SEPOMEX_HCKDRK::Error
Attributes
response[R]
Public Class Methods
new(response = {})
click to toggle source
Calls superclass method
# File lib/sepomex_hckdrk/error.rb, line 5 def initialize(response = {}) @response = response super end