class Grumlin::UnknownResponseStatus
Attributes
status[R]
Public Class Methods
new(status)
click to toggle source
Calls superclass method
# File lib/grumlin.rb, line 51 def initialize(status) super("unknown response status code #{status[:code]}") @status = status end