class Yell::Event::Options
Attributes
caller_offset[R]
severity[R]
to_i[R]
to_int[R]
Public Class Methods
new( severity, caller_offset )
click to toggle source
# File lib/yell/event.rb, line 24 def initialize( severity, caller_offset ) @severity = severity @caller_offset = caller_offset end
Public Instance Methods
<=>( other )
click to toggle source
# File lib/yell/event.rb, line 29 def <=>( other ) @severity <=> other end