Class: TurboRex::Fuzzer::COMFuzzer::Parameter

Inherits:
Struct
  • Object
show all
Defined in:
lib/turborex/fuzzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def container
  @container
end

#depends_onObject

Returns the value of attribute depends_on

Returns:

  • (Object)

    the current value of depends_on



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def depends_on
  @depends_on
end

#fixedObject

Returns the value of attribute fixed

Returns:

  • (Object)

    the current value of fixed



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def fixed
  @fixed
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def index
  @index
end

#mutatorObject

Returns the value of attribute mutator

Returns:

  • (Object)

    the current value of mutator



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def mutator
  @mutator
end

#relationshipObject

Returns the value of attribute relationship

Returns:

  • (Object)

    the current value of relationship



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def relationship
  @relationship
end

#seedObject

Returns the value of attribute seed

Returns:

  • (Object)

    the current value of seed



31
32
33
# File 'lib/turborex/fuzzer.rb', line 31

def seed
  @seed
end