Class: Async::Bus::Protocol::Connection::Explicit
- Inherits:
-
Struct
- Object
- Struct
- Async::Bus::Protocol::Connection::Explicit
- Defined in:
- lib/async/bus/protocol/connection.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
Returns the value of attribute object.
Instance Method Summary collapse
Instance Attribute Details
#object ⇒ Object
Returns the value of attribute object
120 121 122 |
# File 'lib/async/bus/protocol/connection.rb', line 120 def object @object end |
Instance Method Details
#temporary? ⇒ Boolean
121 122 123 |
# File 'lib/async/bus/protocol/connection.rb', line 121 def temporary? false end |