Vulnerability::Output specs

This commit is contained in:
erwanlr
2013-03-22 18:25:17 +01:00
parent af4ecc4084
commit d937b20d79
5 changed files with 36 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ class WpVersion < WpItem
# The version number
attr_accessor :number
# @return [ Array ]
def allowed_options; super << :number << :found_from end
end