Class: Babelyoda::LengthCheckerParams
- Inherits:
-
Object
- Object
- Babelyoda::LengthCheckerParams
- Includes:
- SpecificationLoader
- Defined in:
- lib/babelyoda/length_checker_params.rb
Instance Attribute Summary collapse
-
#delta ⇒ Object
Returns the value of attribute delta.
-
#ratio ⇒ Object
Returns the value of attribute ratio.
Method Summary
Methods included from SpecificationLoader
#dump, included, #initialize, #method_missing
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Babelyoda::SpecificationLoader
Instance Attribute Details
#delta ⇒ Object
Returns the value of attribute delta.
8 9 10 |
# File 'lib/babelyoda/length_checker_params.rb', line 8 def delta @delta end |
#ratio ⇒ Object
Returns the value of attribute ratio.
7 8 9 |
# File 'lib/babelyoda/length_checker_params.rb', line 7 def ratio @ratio end |