Class: Blufin::SitePorts
- Inherits:
-
Object
- Object
- Blufin::SitePorts
- Defined in:
- lib/core/site/site_ports.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#api_admin ⇒ Object
Returns the value of attribute api_admin.
-
#cron ⇒ Object
Returns the value of attribute cron.
-
#cron_admin ⇒ Object
Returns the value of attribute cron_admin.
-
#port_numbers_used ⇒ Object
Returns the value of attribute port_numbers_used.
-
#port_range_raw ⇒ Object
Returns the value of attribute port_range_raw.
-
#worker ⇒ Object
Returns the value of attribute worker.
-
#worker_admin ⇒ Object
Returns the value of attribute worker_admin.
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api.
5 6 7 |
# File 'lib/core/site/site_ports.rb', line 5 def api @api end |
#api_admin ⇒ Object
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 |
#cron ⇒ Object
Returns the value of attribute cron.
5 6 7 |
# File 'lib/core/site/site_ports.rb', line 5 def cron @cron end |
#cron_admin ⇒ Object
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_used ⇒ Object
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_raw ⇒ Object
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 |
#worker ⇒ Object
Returns the value of attribute worker.
5 6 7 |
# File 'lib/core/site/site_ports.rb', line 5 def worker @worker end |
#worker_admin ⇒ Object
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 |