Exception: Dex::UI::Formatter::FormatError
- Inherits:
-
StandardError
- Object
- StandardError
- Dex::UI::Formatter::FormatError
- Defined in:
- lib/dex/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 = nil, input = nil, index = nil) ⇒ FormatError
constructor
A new instance of FormatError.
Constructor Details
#initialize(message = nil, input = nil, index = nil) ⇒ FormatError
Returns a new instance of FormatError.
49 50 51 52 53 |
# File 'lib/dex/ui/formatter.rb', line 49 def initialize( = nil, input = nil, index = nil) super() @input = input @index = index end |
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
47 48 49 |
# File 'lib/dex/ui/formatter.rb', line 47 def index @index end |
#input ⇒ Object
Returns the value of attribute input.
47 48 49 |
# File 'lib/dex/ui/formatter.rb', line 47 def input @input end |