Method: Inspec::Runner#attributes
- Defined in:
- lib/inspec/runner.rb
#attributes ⇒ Object
37 38 39 40 |
# File 'lib/inspec/runner.rb', line 37 def attributes Inspec.deprecate(:rename_attributes_to_inputs, "Don't call runner.attributes, call runner.inputs") inputs end |