Class: Qtrix::Matrix::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/qtrix/matrix/model.rb

Overview

A row in the matrix, contains the hostname the row is for and the entries of queues within the row.

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



14
15
16
# File 'lib/qtrix/matrix/model.rb', line 14

def entries
  @entries
end

#hostnameObject

Returns the value of attribute hostname

Returns:

  • (Object)

    the current value of hostname



14
15
16
# File 'lib/qtrix/matrix/model.rb', line 14

def hostname
  @hostname
end