Class: MismatchInspectable::FormatBuilder
- Inherits:
-
Struct
- Object
- Struct
- MismatchInspectable::FormatBuilder
- Defined in:
- lib/mismatch_inspectable/formatter/format_builder.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
6 7 8 |
# File 'lib/mismatch_inspectable/formatter/format_builder.rb', line 6 def format @format end |
Instance Method Details
#formatter ⇒ Object
7 8 9 |
# File 'lib/mismatch_inspectable/formatter/format_builder.rb', line 7 def formatter @formatter ||= select_formatter end |