Class: Kitsune::Kit::Workflows::Check

Inherits:
Data
  • Object
show all
Defined in:
lib/kitsune/kit/workflows/doctor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hintObject (readonly)

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



10
11
12
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10

def hint
  @hint
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



10
11
12
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10

def message
  @message
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10

def status
  @status
end

Instance Method Details

#to_hObject



11
# File 'lib/kitsune/kit/workflows/doctor.rb', line 11

def to_h = { name: name, status: status, message: message, hint: hint }