Class: Envoy::Client::Trunk::State
- Inherits:
-
Struct
- Object
- Struct
- Envoy::Client::Trunk::State
- Defined in:
- lib/envoy/client/trunk.rb
Instance Attribute Summary collapse
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#reconnects ⇒ Object
Returns the value of attribute reconnects.
Instance Attribute Details
#connected ⇒ Object
Returns the value of attribute connected
13 14 15 |
# File 'lib/envoy/client/trunk.rb', line 13 def connected @connected end |
#reconnects ⇒ Object
Returns the value of attribute reconnects
13 14 15 |
# File 'lib/envoy/client/trunk.rb', line 13 def reconnects @reconnects end |