Class: Protobuf::RSpec::Helpers::ClientMock
- Inherits:
-
Struct
- Object
- Struct
- Protobuf::RSpec::Helpers::ClientMock
- Defined in:
- lib/protobuf/rspec/helpers.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
15 16 17 |
# File 'lib/protobuf/rspec/helpers.rb', line 15 def error @error end |
#request ⇒ Object
Returns the value of attribute request
15 16 17 |
# File 'lib/protobuf/rspec/helpers.rb', line 15 def request @request end |
#response ⇒ Object
Returns the value of attribute response
15 16 17 |
# File 'lib/protobuf/rspec/helpers.rb', line 15 def response @response end |