Class: Janky::GitHub::Mock::Response
- Inherits:
-
Struct
- Object
- Struct
- Janky::GitHub::Mock::Response
- Defined in:
- lib/janky/github/mock.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
4 5 6 |
# File 'lib/janky/github/mock.rb', line 4 def body @body end |
#code ⇒ Object
Returns the value of attribute code
4 5 6 |
# File 'lib/janky/github/mock.rb', line 4 def code @code end |