Class: Fregoo::Request
- Inherits:
-
Object
- Object
- Fregoo::Request
- Defined in:
- lib/fregoo/request.rb
Instance Attribute Summary collapse
-
#hash ⇒ Object
Returns the value of attribute hash.
Instance Method Summary collapse
-
#initialize(remote) ⇒ Request
constructor
A new instance of Request.
Constructor Details
#initialize(remote) ⇒ Request
Returns a new instance of Request.
12 13 14 |
# File 'lib/fregoo/request.rb', line 12 def initialize(remote) go_url(remote) end |
Instance Attribute Details
#hash ⇒ Object
Returns the value of attribute hash.
9 10 11 |
# File 'lib/fregoo/request.rb', line 9 def hash @hash end |