Method: WorkflowStep_Shim#arguments
- Defined in:
- lib/openstudio/workflow_json.rb
#arguments ⇒ Object
std::map<std::string, Variant> arguments() const;
178 179 180 181 |
# File 'lib/openstudio/workflow_json.rb', line 178 def arguments # TODO: match C++ @step[:arguments] end |