Class: Vicary::Gates::GateReport

Inherits:
Struct
  • Object
show all
Defined in:
lib/vicary/gates.rb

Instance Attribute Summary collapse

Instance Attribute Details

#measurementsObject

Returns the value of attribute measurements

Returns:

  • (Object)

    the current value of measurements



86
87
88
# File 'lib/vicary/gates.rb', line 86

def measurements
  @measurements
end

#missing_acceptedObject

Returns the value of attribute missing_accepted

Returns:

  • (Object)

    the current value of missing_accepted



86
87
88
# File 'lib/vicary/gates.rb', line 86

def missing_accepted
  @missing_accepted
end

#unaccountedObject

Returns the value of attribute unaccounted

Returns:

  • (Object)

    the current value of unaccounted



86
87
88
# File 'lib/vicary/gates.rb', line 86

def unaccounted
  @unaccounted
end

#violationsObject

Returns the value of attribute violations

Returns:

  • (Object)

    the current value of violations



86
87
88
# File 'lib/vicary/gates.rb', line 86

def violations
  @violations
end