Class: Audition::BundleSweep::Row
- Inherits:
-
Data
- Object
- Data
- Audition::BundleSweep::Row
- Defined in:
- lib/audition/bundle_sweep.rb
Instance Attribute Summary collapse
-
#dep_errors ⇒ Object
readonly
Returns the value of attribute dep_errors.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#fixable ⇒ Object
readonly
Returns the value of attribute fixable.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#verdict ⇒ Object
readonly
Returns the value of attribute verdict.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#dep_errors ⇒ Object (readonly)
Returns the value of attribute dep_errors
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def dep_errors @dep_errors end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def errors @errors end |
#fixable ⇒ Object (readonly)
Returns the value of attribute fixable
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def fixable @fixable end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def status @status end |
#verdict ⇒ Object (readonly)
Returns the value of attribute verdict
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def verdict @verdict end |
#version ⇒ Object (readonly)
Returns the value of attribute version
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def version @version end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
13 14 15 |
# File 'lib/audition/bundle_sweep.rb', line 13 def warnings @warnings end |