Method: Inspec::Resources::User#warndays

Defined in:
lib/resources/users.rb

#warndaysObject

returns the days for password change warning



210
211
212
# File 'lib/resources/users.rb', line 210

def warndays
  credentials[:warndays] unless credentials.nil?
end