Class: Igniter::Store::ServerMetrics::ConnectionRecord
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Store::ServerMetrics::ConnectionRecord
- Defined in:
- lib/igniter/store/server_metrics.rb
Instance Attribute Summary collapse
-
#accepted_at ⇒ Object
Returns the value of attribute accepted_at.
-
#bytes_in ⇒ Object
Returns the value of attribute bytes_in.
-
#bytes_out ⇒ Object
Returns the value of attribute bytes_out.
-
#close_reason ⇒ Object
Returns the value of attribute close_reason.
-
#closed_at ⇒ Object
Returns the value of attribute closed_at.
-
#connection_id ⇒ Object
Returns the value of attribute connection_id.
-
#last_op ⇒ Object
Returns the value of attribute last_op.
-
#ops_count ⇒ Object
Returns the value of attribute ops_count.
-
#remote_addr ⇒ Object
Returns the value of attribute remote_addr.
Instance Attribute Details
#accepted_at ⇒ Object
Returns the value of attribute accepted_at
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def accepted_at @accepted_at end |
#bytes_in ⇒ Object
Returns the value of attribute bytes_in
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def bytes_in @bytes_in end |
#bytes_out ⇒ Object
Returns the value of attribute bytes_out
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def bytes_out @bytes_out end |
#close_reason ⇒ Object
Returns the value of attribute close_reason
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def close_reason @close_reason end |
#closed_at ⇒ Object
Returns the value of attribute closed_at
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def closed_at @closed_at end |
#connection_id ⇒ Object
Returns the value of attribute connection_id
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def connection_id @connection_id end |
#last_op ⇒ Object
Returns the value of attribute last_op
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def last_op @last_op end |
#ops_count ⇒ Object
Returns the value of attribute ops_count
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def ops_count @ops_count end |
#remote_addr ⇒ Object
Returns the value of attribute remote_addr
21 22 23 |
# File 'lib/igniter/store/server_metrics.rb', line 21 def remote_addr @remote_addr end |