class Innologix::RequestError
Attributes
error[RW]
message[RW]
Public Class Methods
new(hash)
click to toggle source
# File lib/innologix/request_error.rb, line 6 def initialize(hash) @error = hash[:error] @message = hash[:message] end