Parent

Methods

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 21
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 26
def <=>( other )
  @severity <=> other
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.