Class: RailsTwirp::IntegrationTest::Response
- Inherits:
-
Struct
- Object
- Struct
- RailsTwirp::IntegrationTest::Response
- Defined in:
- lib/rails_twirp/testing/integration_test.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
6 7 8 |
# File 'lib/rails_twirp/testing/integration_test.rb', line 6 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
6 7 8 |
# File 'lib/rails_twirp/testing/integration_test.rb', line 6 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/rails_twirp/testing/integration_test.rb', line 6 def status @status end |