Class: Pcrd::Preflight::Item
- Inherits:
-
Data
- Object
- Data
- Pcrd::Preflight::Item
- Defined in:
- lib/pcrd/preflight.rb
Overview
Individual check result.
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
14 15 16 |
# File 'lib/pcrd/preflight.rb', line 14 def detail @detail end |
#label ⇒ Object (readonly)
Returns the value of attribute label
14 15 16 |
# File 'lib/pcrd/preflight.rb', line 14 def label @label end |
#status ⇒ Object (readonly)
Returns the value of attribute status
14 15 16 |
# File 'lib/pcrd/preflight.rb', line 14 def status @status end |