Class: AlFolioUpgrade::CLI::Finding
- Inherits:
-
Struct
- Object
- Struct
- AlFolioUpgrade::CLI::Finding
- Defined in:
- lib/al_folio_upgrade/cli.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
21 22 23 |
# File 'lib/al_folio_upgrade/cli.rb', line 21 def file @file end |
#id ⇒ Object
Returns the value of attribute id
21 22 23 |
# File 'lib/al_folio_upgrade/cli.rb', line 21 def id @id end |
#line ⇒ Object
Returns the value of attribute line
21 22 23 |
# File 'lib/al_folio_upgrade/cli.rb', line 21 def line @line end |
#message ⇒ Object
Returns the value of attribute message
21 22 23 |
# File 'lib/al_folio_upgrade/cli.rb', line 21 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
21 22 23 |
# File 'lib/al_folio_upgrade/cli.rb', line 21 def severity @severity end |
#snippet ⇒ Object
Returns the value of attribute snippet
21 22 23 |
# File 'lib/al_folio_upgrade/cli.rb', line 21 def snippet @snippet end |