class Gimme::Search::POC

Each site is saved to this class

Attributes

host[RW]
info[RW]

Public Class Methods

new(url, contact_info_hsh) click to toggle source
# File lib/gimme_poc/poc.rb, line 16
def initialize(url, contact_info_hsh)
  @host = url
  @info = OpenStruct.new(contact_info_hsh)
end