Class: Uttk::Strategies::Jump

Inherits:
Strategy show all
Includes:
Concrete
Defined in:
lib/uttk/strategies/Jump.rb

Overview

Jump to a specific url and run a strategy.

Instance Attribute Summary

Attributes inherited from Strategy

#status

Instance Method Summary collapse

Methods inherited from Strategy

#abort, #assert_cmd, #assign, #clean_instance_variables, #display_unexpected_exc, #display_unexpected_synflow_exc, #fail, #initialize, #initialize_flow_factory, #mk_system_runner, #name=, #pass, #raise_error, #reject, #run, #running?, #skip, #skip_if_cached, #skip_pass, #skip_wrt_rpath_and_rpath_exclude, #strategy, #strategy=, #symbols=, #symtbl, #symtbl=, #testify, #timeout=, to_form, #to_s, to_yaml_type, #wclass=

Constructor Details

This class inherits a constructor from Uttk::Strategies::Strategy

Instance Method Details

#to=(anObject) ⇒ Object



63
64
65
66
# File 'lib/uttk/strategies/Jump.rb', line 63

def to= ( anObject )
  @to = anObject
  @url = anObject.to_url
end