class Hoss::Event::Error
Constants
- ConnectionError
- ConnectionTimeout
- RequestTimeout
Attributes
received_at[RW]
type[RW]
Public Class Methods
new(type)
click to toggle source
# File lib/hoss/event.rb, line 62 def initialize(type) @type = type end