class Bane::ParsedArguments

Attributes

behaviors[R]
host[R]
port[R]

Public Class Methods

new(port, host, behaviors) click to toggle source
# File lib/bane/arguments_parser.rb, line 67
def initialize(port, host, behaviors)
  @host = host
  @port = port
  @behaviors = behaviors
end