Class: Ichabod::Delegate::Load

Inherits:
Object
  • Object
show all
Defined in:
lib/ichabod/delegate/load.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#runtimeObject (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