Class: Bulldogger::Pending::Entry
- Inherits:
-
Struct
- Object
- Struct
- Bulldogger::Pending::Entry
- Defined in:
- lib/bulldogger/pending.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#snapshot ⇒ Object
Returns the value of attribute snapshot.
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
17 18 19 |
# File 'lib/bulldogger/pending.rb', line 17 def exception @exception end |
#snapshot ⇒ Object
Returns the value of attribute snapshot
17 18 19 |
# File 'lib/bulldogger/pending.rb', line 17 def snapshot @snapshot end |