Method: Inspec::Resources::ZfsDataset#method_missing
- Defined in:
- lib/resources/zfs_dataset.rb
#method_missing(name) ⇒ Object
expose all parameters
56 57 58 |
# File 'lib/resources/zfs_dataset.rb', line 56 def method_missing(name) @params[name.to_s] end |