Class: NitroKit::MigrationInventory::Finding
- Inherits:
-
Struct
- Object
- Struct
- NitroKit::MigrationInventory::Finding
- Defined in:
- lib/nitro_kit/migration_inventory.rb
Instance Attribute Summary collapse
-
#guidance ⇒ Object
Returns the value of attribute guidance.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#guidance ⇒ Object
Returns the value of attribute guidance
7 8 9 |
# File 'lib/nitro_kit/migration_inventory.rb', line 7 def guidance @guidance end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/nitro_kit/migration_inventory.rb', line 7 def path @path end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/nitro_kit/migration_inventory.rb', line 7 def status @status end |