Module: Paf::Formattable
- Included in:
- Paf
- Defined in:
- lib/paf/formattable.rb
Overview
Processing to format a PAF entry
Defined Under Namespace
Modules: ClassMethods, Initializer
Instance Attribute Summary collapse
-
#concatenation_indicator ⇒ Object
readonly
Returns the value of attribute concatenation_indicator.
-
#formatter ⇒ Object
Returns the value of attribute formatter.
Instance Method Summary collapse
Instance Attribute Details
#concatenation_indicator ⇒ Object
Returns the value of attribute concatenation_indicator.
8 9 10 |
# File 'lib/paf/formattable.rb', line 8 def concatenation_indicator @concatenation_indicator end |
#formatter ⇒ Object
Returns the value of attribute formatter.
8 9 10 |
# File 'lib/paf/formattable.rb', line 8 def formatter @formatter end |
Instance Method Details
#format ⇒ Object
45 46 47 |
# File 'lib/paf/formattable.rb', line 45 def format formatter.format(self) end |