Class: ShapeupCli::Commands::Doctor::Check
- Inherits:
-
Struct
- Object
- Struct
- ShapeupCli::Commands::Doctor::Check
- Defined in:
- lib/shapeup_cli/commands/doctor.rb
Instance Attribute Summary collapse
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#hint ⇒ Object
Returns the value of attribute hint
6 7 8 |
# File 'lib/shapeup_cli/commands/doctor.rb', line 6 def hint @hint end |
#message ⇒ Object
Returns the value of attribute message
6 7 8 |
# File 'lib/shapeup_cli/commands/doctor.rb', line 6 def @message end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/shapeup_cli/commands/doctor.rb', line 6 def name @name end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/shapeup_cli/commands/doctor.rb', line 6 def status @status end |