class RShade::Event
nodoc
Attributes
depth[RW]
hash[R]
Public Class Methods
new(hash)
click to toggle source
# File lib/rshade/event.rb, line 7 def initialize(hash) @hash = hash end
Public Instance Methods
klass()
click to toggle source
# File lib/rshade/event.rb, line 15 def klass @hash[:klass] end
level()
click to toggle source
# File lib/rshade/event.rb, line 11 def level @hash[:level] end
lineno()
click to toggle source
# File lib/rshade/event.rb, line 23 def lineno @hash[:lineno] end
method_name()
click to toggle source
# File lib/rshade/event.rb, line 27 def method_name @hash[:method_name] end
path()
click to toggle source
# File lib/rshade/event.rb, line 19 def path @hash[:path] end
vars()
click to toggle source
# File lib/rshade/event.rb, line 31 def vars @hash[:vars] end