Exception: Gitignores::GitignoreNotFoundException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Gitignores::GitignoreNotFoundException
- Defined in:
- lib/gitignores/exceptions.rb
Instance Attribute Summary collapse
-
#ignore_name ⇒ Object
Returns the value of attribute ignore_name.
Instance Method Summary collapse
-
#initialize(ignore_name) ⇒ GitignoreNotFoundException
constructor
A new instance of GitignoreNotFoundException.
Constructor Details
#initialize(ignore_name) ⇒ GitignoreNotFoundException
Returns a new instance of GitignoreNotFoundException.
4 5 6 |
# File 'lib/gitignores/exceptions.rb', line 4 def initialize(ignore_name) @ignore_name = ignore_name end |
Instance Attribute Details
#ignore_name ⇒ Object
Returns the value of attribute ignore_name.
3 4 5 |
# File 'lib/gitignores/exceptions.rb', line 3 def ignore_name @ignore_name end |