Class: RainforestRubyRuntime::Drivers::Sauce
- Inherits:
-
Object
- Object
- RainforestRubyRuntime::Drivers::Sauce
- Defined in:
- lib/rainforest_ruby_runtime/drivers/sauce.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Sauce
constructor
A new instance of Sauce.
Constructor Details
#initialize(options) ⇒ Sauce
6 7 8 |
# File 'lib/rainforest_ruby_runtime/drivers/sauce.rb', line 6 def initialize() @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/rainforest_ruby_runtime/drivers/sauce.rb', line 4 def @options end |
Instance Method Details
#call ⇒ Object
10 11 12 13 14 |
# File 'lib/rainforest_ruby_runtime/drivers/sauce.rb', line 10 def call ::Sauce.config do |c| c[:browsers] = browsers end end |