Class: HttpCapture::Client
- Inherits:
-
Object
- Object
- HttpCapture::Client
- Includes:
- HttpCapture
- Defined in:
- lib/google_movies/http_capture.rb
Instance Attribute Summary collapse
-
#movies_theater ⇒ Object
Returns the value of attribute movies_theater.
Instance Method Summary collapse
-
#initialize(page_url) ⇒ Client
constructor
A new instance of Client.
Methods included from HttpCapture
#get_information, #movies_theaters
Constructor Details
#initialize(page_url) ⇒ Client
Returns a new instance of Client.
76 77 78 |
# File 'lib/google_movies/http_capture.rb', line 76 def initialize(page_url) @movies_theater = movies_theaters(page_url) end |
Instance Attribute Details
#movies_theater ⇒ Object
Returns the value of attribute movies_theater.
74 75 76 |
# File 'lib/google_movies/http_capture.rb', line 74 def movies_theater @movies_theater end |