Class: TotalIn::LineProcessors::WithTargetClass
- Inherits:
-
Object
- Object
- TotalIn::LineProcessors::WithTargetClass
- Defined in:
- lib/total_in/line_processors.rb
Instance Attribute Summary collapse
-
#target_class ⇒ Object
readonly
Returns the value of attribute target_class.
Instance Method Summary collapse
-
#initialize(target_class) ⇒ WithTargetClass
constructor
A new instance of WithTargetClass.
Constructor Details
#initialize(target_class) ⇒ WithTargetClass
Returns a new instance of WithTargetClass.
80 81 82 |
# File 'lib/total_in/line_processors.rb', line 80 def initialize target_class @target_class = target_class end |
Instance Attribute Details
#target_class ⇒ Object (readonly)
Returns the value of attribute target_class.
84 85 86 |
# File 'lib/total_in/line_processors.rb', line 84 def target_class @target_class end |