Method: CvssSuite::Cvss31#vector
- Defined in:
- lib/cvss_suite/cvss31/cvss31.rb
#vector ⇒ Object
Returns the vector itself.
49 50 51 |
# File 'lib/cvss_suite/cvss31/cvss31.rb', line 49 def vector "#{CvssSuite::CVSS_VECTOR_BEGINNINGS.find { |beginning| beginning[:version] == version }[:string]}#{@vector}" end |