Class: OffensiveComputing::AVResult
- Inherits:
-
Struct
- Object
- Struct
- OffensiveComputing::AVResult
- Defined in:
- lib/offensivecomputing/offensivecomputing.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#signature ⇒ Object
Returns the value of attribute signature.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
155 156 157 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 155 def name @name end |
#signature ⇒ Object
Returns the value of attribute signature
155 156 157 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 155 def signature @signature end |