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
6 7 8 |
# File 'lib/nitro_kit/migration_inventory.rb', line 6 def guidance @guidance end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/nitro_kit/migration_inventory.rb', line 6 def path @path end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/nitro_kit/migration_inventory.rb', line 6 def status @status end |