Class: Rbzlib::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/pr/rbzlib.rb

Instance Attribute Summary collapse

Instance Attribute Details

#funcObject

Returns the value of attribute func

Returns:

  • (Object)

    the current value of func



1277
1278
1279
# File 'lib/pr/rbzlib.rb', line 1277

def func
  @func
end

#good_lengthObject

Returns the value of attribute good_length

Returns:

  • (Object)

    the current value of good_length



1277
1278
1279
# File 'lib/pr/rbzlib.rb', line 1277

def good_length
  @good_length
end

#max_chainObject

Returns the value of attribute max_chain

Returns:

  • (Object)

    the current value of max_chain



1277
1278
1279
# File 'lib/pr/rbzlib.rb', line 1277

def max_chain
  @max_chain
end

#max_lazyObject

Returns the value of attribute max_lazy

Returns:

  • (Object)

    the current value of max_lazy



1277
1278
1279
# File 'lib/pr/rbzlib.rb', line 1277

def max_lazy
  @max_lazy
end

#nice_lengthObject

Returns the value of attribute nice_length

Returns:

  • (Object)

    the current value of nice_length



1277
1278
1279
# File 'lib/pr/rbzlib.rb', line 1277

def nice_length
  @nice_length
end