Class: DuoRuby::Testing::Connection
- Inherits:
-
Struct
- Object
- Struct
- DuoRuby::Testing::Connection
- Defined in:
- lib/duoruby/testing.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#server ⇒ Object
Returns the value of attribute server.
-
#socket ⇒ Object
Returns the value of attribute socket.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
8 9 10 |
# File 'lib/duoruby/testing.rb', line 8 def client @client end |
#server ⇒ Object
Returns the value of attribute server
8 9 10 |
# File 'lib/duoruby/testing.rb', line 8 def server @server end |
#socket ⇒ Object
Returns the value of attribute socket
8 9 10 |
# File 'lib/duoruby/testing.rb', line 8 def socket @socket end |