class RbHost

Attributes

host[RW]
ip[RW]

Public Class Methods

new(ip, host) click to toggle source
# File lib/ruby_burp/rb_host.rb, line 4
def initialize(ip, host)
  self.ip = ip
  self.host = host
end