Class: PoiseApplicationRuby::Resources::Rackup::Resource

Inherits:
Chef::Resource
  • Object
show all
Includes:
ServiceMixin
Defined in:
lib/poise_application_ruby/resources/rackup.rb

Overview

Since:

  • 4.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#portString, Integer

TCP port to listen on. Defaults to 80.

Returns:

  • (String, Integer)


35
# File 'lib/poise_application_ruby/resources/rackup.rb', line 35

attribute(:port, kind_of: [String, Integer], default: 80)