Class: Injour::InjourServer

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



16
17
18
# File 'lib/injour.rb', line 16

def host
  @host
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/injour.rb', line 16

def name
  @name
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



16
17
18
# File 'lib/injour.rb', line 16

def port
  @port
end