Class: Herb::Dev::Server::Client

Inherits:
Data
  • Object
show all
Defined in:
lib/herb/dev/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mutexObject (readonly)

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



30
31
32
# File 'lib/herb/dev/server.rb', line 30

def mutex
  @mutex
end

#socketObject (readonly)

Returns the value of attribute socket

Returns:

  • (Object)

    the current value of socket



30
31
32
# File 'lib/herb/dev/server.rb', line 30

def socket
  @socket
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



30
31
32
# File 'lib/herb/dev/server.rb', line 30

def version
  @version
end