Class: Ichabod::Delegate::Load
- Inherits:
-
Object
- Object
- Ichabod::Delegate::Load
- Defined in:
- lib/ichabod/delegate/load.rb
Instance Attribute Summary collapse
-
#runtime ⇒ Object
readonly
Returns the value of attribute runtime.
Instance Method Summary collapse
-
#initialize(runtime) ⇒ Load
constructor
A new instance of Load.
- #webView(view, didFailProvisionalLoadWithError: error, forFrame: frame) ⇒ Object
Constructor Details
#initialize(runtime) ⇒ Load
Returns a new instance of Load.
6 7 8 |
# File 'lib/ichabod/delegate/load.rb', line 6 def initialize(runtime) @runtime = runtime end |
Instance Attribute Details
#runtime ⇒ Object (readonly)
Returns the value of attribute runtime.
4 5 6 |
# File 'lib/ichabod/delegate/load.rb', line 4 def runtime @runtime end |
Instance Method Details
#webView(view, didFailProvisionalLoadWithError: error, forFrame: frame) ⇒ Object
10 11 12 |
# File 'lib/ichabod/delegate/load.rb', line 10 def webView(sender, didFinishLoadForFrame:frame) # Page loaded... end |