Class: Cut::Response

Inherits:
Node
  • Object
show all
Defined in:
lib/cut/response.rb

Instance Method Summary collapse

Methods inherited from Node

#at_css, #css, #value

Constructor Details

#initialize(response) ⇒ Response

Returns a new instance of Response.



4
5
6
# File 'lib/cut/response.rb', line 4

def initialize(response)
  @response = response
end