Class: NitroKit::UpgradeSmokeTestsGenerator::TestFile
- Inherits:
-
Data
- Object
- Data
- NitroKit::UpgradeSmokeTestsGenerator::TestFile
- Defined in:
- lib/generators/nitro_kit/upgrade_smoke_tests_generator.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#prerequisite ⇒ Object
readonly
Returns the value of attribute prerequisite.
-
#remedy ⇒ Object
readonly
Returns the value of attribute remedy.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
5 6 7 |
# File 'lib/generators/nitro_kit/upgrade_smoke_tests_generator.rb', line 5 def content @content end |
#prerequisite ⇒ Object (readonly)
Returns the value of attribute prerequisite
5 6 7 |
# File 'lib/generators/nitro_kit/upgrade_smoke_tests_generator.rb', line 5 def prerequisite @prerequisite end |
#remedy ⇒ Object (readonly)
Returns the value of attribute remedy
5 6 7 |
# File 'lib/generators/nitro_kit/upgrade_smoke_tests_generator.rb', line 5 def remedy @remedy end |