class Noticed::ResponseUnsuccessful

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/noticed.rb, line 44
def initialize(response)
  @response = response
end