Class: SlackMessage::RSpec::FauxResponse
- Inherits:
-
Struct
- Object
- Struct
- SlackMessage::RSpec::FauxResponse
- Defined in:
- lib/slack_message/rspec.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
40 41 42 |
# File 'lib/slack_message/rspec.rb', line 40 def body @body end |
#code ⇒ Object
Returns the value of attribute code
40 41 42 |
# File 'lib/slack_message/rspec.rb', line 40 def code @code end |