Exception: Rollgeist::GhostRecordAccess

Inherits:
Error
  • Object
show all
Defined in:
lib/rollgeist/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(report) ⇒ GhostRecordAccess

Returns a new instance of GhostRecordAccess.



11
12
13
14
# File 'lib/rollgeist/errors.rb', line 11

def initialize(report)
  @report = report
  super(report.to_s)
end

Instance Attribute Details

#reportObject (readonly)

Returns the value of attribute report.



9
10
11
# File 'lib/rollgeist/errors.rb', line 9

def report
  @report
end