Exception: CLI::UI::Formatter::FormatError
- Inherits:
-
StandardError
- Object
- StandardError
- CLI::UI::Formatter::FormatError
- Extended by:
- T::Sig
- Defined in:
- lib/cli/ui/formatter.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#input ⇒ Object
Returns the value of attribute input.
Instance Method Summary collapse
-
#initialize(message, input, index) ⇒ FormatError
constructor
A new instance of FormatError.
Methods included from T::Sig
Constructor Details
#initialize(message, input, index) ⇒ FormatError
Returns a new instance of FormatError.
73 74 75 76 77 |
# File 'lib/cli/ui/formatter.rb', line 73 def initialize(, input, index) super() @input = input @index = index end |
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
70 71 72 |
# File 'lib/cli/ui/formatter.rb', line 70 def index @index end |
#input ⇒ Object
Returns the value of attribute input.
67 68 69 |
# File 'lib/cli/ui/formatter.rb', line 67 def input @input end |