Method: Inspec::Resources::User#mindays
- Defined in:
- lib/resources/users.rb
#mindays ⇒ Object
returns the minimum days between password changes
200 201 202 |
# File 'lib/resources/users.rb', line 200 def mindays credentials[:mindays] unless credentials.nil? end |