Class: Bparity::Boundary::CanonicalizationDsl

Inherits:
Object
  • Object
show all
Defined in:
lib/bparity/boundary.rb

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ CanonicalizationDsl

Returns a new instance of CanonicalizationDsl.



77
78
79
# File 'lib/bparity/boundary.rb', line 77

def initialize(config)
  @config = config
end

Instance Method Details

#float_tolerance(value) ⇒ Object



84
# File 'lib/bparity/boundary.rb', line 84

def float_tolerance(value) = @config[:float_tolerance] = value

#freeze_time(value) ⇒ Object



81
# File 'lib/bparity/boundary.rb', line 81

def freeze_time(value) = @config[:freeze_time] = value

#random_seed(value) ⇒ Object



82
# File 'lib/bparity/boundary.rb', line 82

def random_seed(value) = @config[:random_seed] = value

#uuid_placeholder(value) ⇒ Object



83
# File 'lib/bparity/boundary.rb', line 83

def uuid_placeholder(value) = @config[:uuid_placeholder] = value