Class: Kitsune::Kit::Workflows::Check
- Inherits:
-
Data
- Object
- Data
- Kitsune::Kit::Workflows::Check
- Defined in:
- lib/kitsune/kit/workflows/doctor.rb
Instance Attribute Summary collapse
-
#hint ⇒ Object
readonly
Returns the value of attribute hint.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#hint ⇒ Object (readonly)
Returns the value of attribute hint
10 11 12 |
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10 def hint @hint end |
#message ⇒ Object (readonly)
Returns the value of attribute message
10 11 12 |
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
10 11 12 |
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
10 11 12 |
# File 'lib/kitsune/kit/workflows/doctor.rb', line 10 def status @status end |
Instance Method Details
#to_h ⇒ Object
11 |
# File 'lib/kitsune/kit/workflows/doctor.rb', line 11 def to_h = { name: name, status: status, message: , hint: hint } |