Class: TurboRex::Fuzzer::COMFuzzer::Parameter
- Inherits:
-
Struct
- Object
- Struct
- TurboRex::Fuzzer::COMFuzzer::Parameter
- Defined in:
- lib/turborex/fuzzer.rb
Instance Attribute Summary collapse
-
#container ⇒ Object
Returns the value of attribute container.
-
#depends_on ⇒ Object
Returns the value of attribute depends_on.
-
#fixed ⇒ Object
Returns the value of attribute fixed.
-
#index ⇒ Object
Returns the value of attribute index.
-
#mutator ⇒ Object
Returns the value of attribute mutator.
-
#relationship ⇒ Object
Returns the value of attribute relationship.
-
#seed ⇒ Object
Returns the value of attribute seed.
Instance Attribute Details
#container ⇒ Object
Returns the value of attribute container
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def container @container end |
#depends_on ⇒ Object
Returns the value of attribute depends_on
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def depends_on @depends_on end |
#fixed ⇒ Object
Returns the value of attribute fixed
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def fixed @fixed end |
#index ⇒ Object
Returns the value of attribute index
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def index @index end |
#mutator ⇒ Object
Returns the value of attribute mutator
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def mutator @mutator end |
#relationship ⇒ Object
Returns the value of attribute relationship
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def relationship @relationship end |
#seed ⇒ Object
Returns the value of attribute seed
31 32 33 |
# File 'lib/turborex/fuzzer.rb', line 31 def seed @seed end |