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
18 19 20 |
# File 'lib/al_folio_upgrade/cli.rb', line 18 def file @file end |
#id ⇒ Object
Returns the value of attribute id
18 19 20 |
# File 'lib/al_folio_upgrade/cli.rb', line 18 def id @id end |
#line ⇒ Object
Returns the value of attribute line
18 19 20 |
# File 'lib/al_folio_upgrade/cli.rb', line 18 def line @line end |
#message ⇒ Object
Returns the value of attribute message
18 19 20 |
# File 'lib/al_folio_upgrade/cli.rb', line 18 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
18 19 20 |
# File 'lib/al_folio_upgrade/cli.rb', line 18 def severity @severity end |
#snippet ⇒ Object
Returns the value of attribute snippet
18 19 20 |
# File 'lib/al_folio_upgrade/cli.rb', line 18 def snippet @snippet end |