class Rgot::F::Options
Attributes
@dynamic fuzz, fuzz=, fuzztime, fuzztime=
Public Class Methods
Source
# File lib/rgot/f.rb, line 12 def initialize(fuzz:, fuzztime:) @fuzz = fuzz @fuzztime = fuzztime end
@dynamic fuzz, fuzz=, fuzztime, fuzztime=
# File lib/rgot/f.rb, line 12 def initialize(fuzz:, fuzztime:) @fuzz = fuzz @fuzztime = fuzztime end