Class: Tina4::PortTakeover::Result
- Inherits:
-
Struct
- Object
- Struct
- Tina4::PortTakeover::Result
- Defined in:
- lib/tina4/port_takeover.rb
Overview
What a takeover attempt did, so each caller can react in its own idiom.
Instance Attribute Summary collapse
-
#killed ⇒ Object
Returns the value of attribute killed.
-
#message ⇒ Object
Returns the value of attribute message.
-
#port ⇒ Object
Returns the value of attribute port.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#killed ⇒ Object
Returns the value of attribute killed
38 39 40 |
# File 'lib/tina4/port_takeover.rb', line 38 def killed @killed end |
#message ⇒ Object
Returns the value of attribute message
38 39 40 |
# File 'lib/tina4/port_takeover.rb', line 38 def @message end |
#port ⇒ Object
Returns the value of attribute port
38 39 40 |
# File 'lib/tina4/port_takeover.rb', line 38 def port @port end |
#status ⇒ Object
Returns the value of attribute status
38 39 40 |
# File 'lib/tina4/port_takeover.rb', line 38 def status @status end |