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
154 155 156 |
# File 'lib/fare/test_mode.rb', line 154 def body @body end |
#queue ⇒ Object
Returns the value of attribute queue
154 155 156 |
# File 'lib/fare/test_mode.rb', line 154 def queue @queue end |
Instance Method Details
#delete ⇒ Object
156 157 158 |
# File 'lib/fare/test_mode.rb', line 156 def delete queue.delete end |