Method: Inspec::Resources::Shadow#expiry_date

Defined in:
lib/inspec/resources/shadow.rb

#expiry_date(query = nil) ⇒ Object



107
108
109
110
# File 'lib/inspec/resources/shadow.rb', line 107

def expiry_date(query = nil)
  Inspec.deprecate(:properties_shadow, "The shadow `expiry_date` property is deprecated. Please use `expiry_dates` instead.")
  query.nil? ? where.expiry_dates : where("expiry_date" => query)
end