Class: Trepan::MockCore

Inherits:
Object
  • Object
show all
Defined in:
app/mock.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#coreObject (readonly)

Returns the value of attribute core.



9
10
11
# File 'app/mock.rb', line 9

def core
  @core
end

#dbgrObject

Returns the value of attribute dbgr.



8
9
10
# File 'app/mock.rb', line 8

def dbgr
  @dbgr
end

Instance Method Details

#eventObject



10
# File 'app/mock.rb', line 10

def event; 'line' end