Class: TurboRex::Fuzzer::COMFuzzer::Target
- Inherits:
-
Struct
- Object
- Struct
- TurboRex::Fuzzer::COMFuzzer::Target
- Defined in:
- lib/turborex/fuzzer.rb
Instance Attribute Summary collapse
-
#clsid ⇒ Object
Returns the value of attribute clsid.
-
#context ⇒ Object
Returns the value of attribute context.
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#method ⇒ Object
Returns the value of attribute method.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#clsid ⇒ Object
Returns the value of attribute clsid
30 31 32 |
# File 'lib/turborex/fuzzer.rb', line 30 def clsid @clsid end |
#context ⇒ Object
Returns the value of attribute context
30 31 32 |
# File 'lib/turborex/fuzzer.rb', line 30 def context @context end |
#interface ⇒ Object
Returns the value of attribute interface
30 31 32 |
# File 'lib/turborex/fuzzer.rb', line 30 def interface @interface end |
#method ⇒ Object
Returns the value of attribute method
30 31 32 |
# File 'lib/turborex/fuzzer.rb', line 30 def method @method end |
#params ⇒ Object
Returns the value of attribute params
30 31 32 |
# File 'lib/turborex/fuzzer.rb', line 30 def params @params end |