Class: Bulldogger::Pending::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/bulldogger/pending.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



17
18
19
# File 'lib/bulldogger/pending.rb', line 17

def exception
  @exception
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



17
18
19
# File 'lib/bulldogger/pending.rb', line 17

def snapshot
  @snapshot
end