class RestPack::Web::Configuration

Attributes

authentication_port[RW]

Public Class Methods

new() click to toggle source
# File lib/restpack_web/configuration.rb, line 5
def initialize
  @authentication_port = nil
end