Class: Webrat::CulerityResponse
- Defined in:
- lib/webrat/culerity/session.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
Instance Method Summary collapse
-
#initialize(body) ⇒ CulerityResponse
constructor
A new instance of CulerityResponse.
Constructor Details
#initialize(body) ⇒ CulerityResponse
Returns a new instance of CulerityResponse.
9 10 11 |
# File 'lib/webrat/culerity/session.rb', line 9 def initialize(body) @body = body end |
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body.
7 8 9 |
# File 'lib/webrat/culerity/session.rb', line 7 def body @body end |