Class: Rgot::F::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/rgot/f.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fuzz:, fuzztime:) ⇒ Options

Returns a new instance of Options.



12
13
14
15
# File 'lib/rgot/f.rb', line 12

def initialize(fuzz:, fuzztime:)
  @fuzz = fuzz
  @fuzztime = fuzztime
end

Instance Attribute Details

#fuzzObject

Returns the value of attribute fuzz.



10
11
12
# File 'lib/rgot/f.rb', line 10

def fuzz
  @fuzz
end

#fuzztimeObject

Returns the value of attribute fuzztime.



11
12
13
# File 'lib/rgot/f.rb', line 11

def fuzztime
  @fuzztime
end