Class: ModernQueueDashboard::QueueStat

Inherits:
Struct
  • Object
show all
Defined in:
app/models/modern_queue_dashboard/queue_summary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def completed
  @completed
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def failed
  @failed
end

#latencyObject

Returns the value of attribute latency

Returns:

  • (Object)

    the current value of latency



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def latency
  @latency
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def name
  @name
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def pending
  @pending
end

#runningObject

Returns the value of attribute running

Returns:

  • (Object)

    the current value of running



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def running
  @running
end

#scheduledObject

Returns the value of attribute scheduled

Returns:

  • (Object)

    the current value of scheduled



4
5
6
# File 'app/models/modern_queue_dashboard/queue_summary.rb', line 4

def scheduled
  @scheduled
end