Class: Util::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



9
10
11
# File 'lib/util.rb', line 9

def host
  @host
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



9
10
11
# File 'lib/util.rb', line 9

def port
  @port
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



9
10
11
# File 'lib/util.rb', line 9

def project_name
  @project_name
end