Class: ShapeupCli::Commands::Doctor::Check

Inherits:
Struct
  • Object
show all
Defined in:
lib/shapeup_cli/commands/doctor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hintObject

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



6
7
8
# File 'lib/shapeup_cli/commands/doctor.rb', line 6

def hint
  @hint
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



6
7
8
# File 'lib/shapeup_cli/commands/doctor.rb', line 6

def message
  @message
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/shapeup_cli/commands/doctor.rb', line 6

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/shapeup_cli/commands/doctor.rb', line 6

def status
  @status
end