Class: RubyRabbitmqJanus::Janus::Transactions::RSpec
- Inherits:
-
Object
- Object
- RubyRabbitmqJanus::Janus::Transactions::RSpec
- Defined in:
- lib/rrj/janus/transactions/rspec.rb
Overview
Transaction for RSpec initializer
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#connect ⇒ Object
Fake method.
-
#detach ⇒ Object
Fake method.
-
#detach_for_deleting ⇒ Object
Fake method.
-
#initialize ⇒ RSpec
constructor
Initialize fake object.
-
#publish_message(type, _options) ⇒ Object
Publish fake message.
Constructor Details
#initialize ⇒ RSpec
Initialize fake object
11 12 13 |
# File 'lib/rrj/janus/transactions/rspec.rb', line 11 def initialize @response = nil end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
8 9 10 |
# File 'lib/rrj/janus/transactions/rspec.rb', line 8 def response @response end |
Instance Method Details
#connect ⇒ Object
Fake method
16 |
# File 'lib/rrj/janus/transactions/rspec.rb', line 16 def connect; end |
#detach ⇒ Object
Fake method
19 |
# File 'lib/rrj/janus/transactions/rspec.rb', line 19 def detach; end |
#detach_for_deleting ⇒ Object
Fake method
22 |
# File 'lib/rrj/janus/transactions/rspec.rb', line 22 def detach_for_deleting; end |