Class: Veracode::Result::CWE
- Inherits:
-
Common::Base
- Object
- Common::Base
- Veracode::Result::CWE
- Defined in:
- lib/veracode/api/detailed.rb
Instance Method Summary collapse
Methods inherited from Common::Base
api_field, api_type_field, #initialize
Constructor Details
This class inherits a constructor from Veracode::Common::Base
Instance Method Details
#description ⇒ Object
14 15 16 |
# File 'lib/veracode/api/detailed.rb', line 14 def description @xml_hash.description.text.text end |
#pcirelated? ⇒ Boolean
10 11 12 |
# File 'lib/veracode/api/detailed.rb', line 10 def @pcirelated ||= @xml_hash..to_bool end |