Class: PoiseApplicationRuby::Resources::Rackup::Resource
- Inherits:
-
Chef::Resource
- Object
- Chef::Resource
- PoiseApplicationRuby::Resources::Rackup::Resource
- Includes:
- ServiceMixin
- Defined in:
- lib/poise_application_ruby/resources/rackup.rb
Overview
Instance Attribute Summary collapse
-
#port ⇒ String, Integer
TCP port to listen on.
Instance Attribute Details
#port ⇒ String, Integer
TCP port to listen on. Defaults to 80.
35 |
# File 'lib/poise_application_ruby/resources/rackup.rb', line 35 attribute(:port, kind_of: [String, Integer], default: 80) |