Class: PhantomJSProxy::DummyResponse
- Inherits:
-
Object
- Object
- PhantomJSProxy::DummyResponse
- Defined in:
- lib/phantom_client/phantom_client.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.
8 9 10 |
# File 'lib/phantom_client/phantom_client.rb', line 8 def body @body end |
#code ⇒ Object
Returns the value of attribute code.
9 10 11 |
# File 'lib/phantom_client/phantom_client.rb', line 9 def code @code end |