Class: Igniter::Store::ServerMetrics::ConnectionRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter/store/server_metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_atObject

Returns the value of attribute accepted_at

Returns:

  • (Object)

    the current value of accepted_at



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def accepted_at
  @accepted_at
end

#bytes_inObject

Returns the value of attribute bytes_in

Returns:

  • (Object)

    the current value of bytes_in



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def bytes_in
  @bytes_in
end

#bytes_outObject

Returns the value of attribute bytes_out

Returns:

  • (Object)

    the current value of bytes_out



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def bytes_out
  @bytes_out
end

#close_reasonObject

Returns the value of attribute close_reason

Returns:

  • (Object)

    the current value of close_reason



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def close_reason
  @close_reason
end

#closed_atObject

Returns the value of attribute closed_at

Returns:

  • (Object)

    the current value of closed_at



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def closed_at
  @closed_at
end

#connection_idObject

Returns the value of attribute connection_id

Returns:

  • (Object)

    the current value of connection_id



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def connection_id
  @connection_id
end

#last_opObject

Returns the value of attribute last_op

Returns:

  • (Object)

    the current value of last_op



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def last_op
  @last_op
end

#ops_countObject

Returns the value of attribute ops_count

Returns:

  • (Object)

    the current value of ops_count



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def ops_count
  @ops_count
end

#remote_addrObject

Returns the value of attribute remote_addr

Returns:

  • (Object)

    the current value of remote_addr



21
22
23
# File 'lib/igniter/store/server_metrics.rb', line 21

def remote_addr
  @remote_addr
end