class NumbersAndWords::Strategies::FiguresConverter::Options::Nl::TensOfHundreds
Attributes
Public Class Methods
Source
# File lib/numbers_and_words/strategies/figures_converter/options/nl/tens_of_hundreds.rb, line 11 def initialize(proxy, *_args) @strategy = proxy.strategy @options = proxy.options end
Public Instance Methods
Source
# File lib/numbers_and_words/strategies/figures_converter/options/nl/tens_of_hundreds.rb, line 16 def result active? end
Private Instance Methods
Source
# File lib/numbers_and_words/strategies/figures_converter/options/nl/tens_of_hundreds.rb, line 22 def active? @options[:tens_of_hundreds] end