Method: Cfdef::Driver#initialize
- Defined in:
- lib/cfdef/driver.rb
#initialize(client, options = {}) ⇒ Driver
Returns a new instance of Driver.
5 6 7 8 |
# File 'lib/cfdef/driver.rb', line 5 def initialize(client, = {}) @client = client @options = end |