Class: Blufin::SitePorts

Inherits:
Object
  • Object
show all
Defined in:
lib/core/site/site_ports.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject

Returns the value of attribute api.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def api
  @api
end

#api_adminObject

Returns the value of attribute api_admin.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def api_admin
  @api_admin
end

#cronObject

Returns the value of attribute cron.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def cron
  @cron
end

#cron_adminObject

Returns the value of attribute cron_admin.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def cron_admin
  @cron_admin
end

#port_numbers_usedObject

Returns the value of attribute port_numbers_used.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def port_numbers_used
  @port_numbers_used
end

#port_range_rawObject

Returns the value of attribute port_range_raw.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def port_range_raw
  @port_range_raw
end

#workerObject

Returns the value of attribute worker.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def worker
  @worker
end

#worker_adminObject

Returns the value of attribute worker_admin.



5
6
7
# File 'lib/core/site/site_ports.rb', line 5

def worker_admin
  @worker_admin
end