Class: DuoRuby::Testing::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/duoruby/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



8
9
10
# File 'lib/duoruby/testing.rb', line 8

def client
  @client
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



8
9
10
# File 'lib/duoruby/testing.rb', line 8

def server
  @server
end

#socketObject

Returns the value of attribute socket

Returns:

  • (Object)

    the current value of socket



8
9
10
# File 'lib/duoruby/testing.rb', line 8

def socket
  @socket
end