Method: OpenStudio::Workflow::OutputAdapter::Web#initialize
- Defined in:
- lib/openstudio/workflow/adapters/output/web.rb
#initialize(options = {}) ⇒ Web
Returns a new instance of Web.
45 46 47 48 |
# File 'lib/openstudio/workflow/adapters/output/web.rb', line 45 def initialize( = {}) super raise 'The required :url option was not passed to the web output adapter' unless [:url] end |