Class: Audition::BundleSweep::Row

Inherits:
Data
  • Object
show all
Defined in:
lib/audition/bundle_sweep.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dep_errorsObject (readonly)

Returns the value of attribute dep_errors

Returns:

  • (Object)

    the current value of dep_errors



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def dep_errors
  @dep_errors
end

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def errors
  @errors
end

#fixableObject (readonly)

Returns the value of attribute fixable

Returns:

  • (Object)

    the current value of fixable



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def fixable
  @fixable
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def status
  @status
end

#verdictObject (readonly)

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def verdict
  @verdict
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def version
  @version
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



13
14
15
# File 'lib/audition/bundle_sweep.rb', line 13

def warnings
  @warnings
end