# File lib/deltacloud/validation.rb, line 54 def valid_hwp_value?(profile, value) profile.property(@name.to_s.gsub(/^hwp_/, '')).valid?(value) end