Class: Pcrd::Preflight::Item

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/preflight.rb

Overview

Individual check result.

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



14
15
16
# File 'lib/pcrd/preflight.rb', line 14

def detail
  @detail
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



14
15
16
# File 'lib/pcrd/preflight.rb', line 14

def label
  @label
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



14
15
16
# File 'lib/pcrd/preflight.rb', line 14

def status
  @status
end