Class: Fare::TestMode::QueueAdapter::FakeQueue::Item
- Inherits:
-
Struct
- Object
- Struct
- Fare::TestMode::QueueAdapter::FakeQueue::Item
- Defined in:
- lib/fare/test_mode.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
143 144 145 |
# File 'lib/fare/test_mode.rb', line 143 def body @body end |
#queue ⇒ Object
Returns the value of attribute queue
143 144 145 |
# File 'lib/fare/test_mode.rb', line 143 def queue @queue end |
Instance Method Details
#delete ⇒ Object
145 146 147 |
# File 'lib/fare/test_mode.rb', line 145 def delete queue.delete end |