Class: Steam::Browser::HtmlUnit::Handler::Base
- Inherits:
-
Object
- Object
- Steam::Browser::HtmlUnit::Handler::Base
- Defined in:
- lib/steam/browser/html_unit/handler.rb
Instance Attribute Summary collapse
-
#proc ⇒ Object
readonly
Returns the value of attribute proc.
Instance Method Summary collapse
-
#initialize(proc) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(proc) ⇒ Base
Returns a new instance of Base.
16 17 18 |
# File 'lib/steam/browser/html_unit/handler.rb', line 16 def initialize(proc) @proc = proc end |
Instance Attribute Details
#proc ⇒ Object (readonly)
Returns the value of attribute proc.
14 15 16 |
# File 'lib/steam/browser/html_unit/handler.rb', line 14 def proc @proc end |