Method: Webgen::Destination#initialize

Defined in:
lib/webgen/destination.rb

#initialize(website) ⇒ Destination

Create a new Destination object that is associated with the given website.



89
90
91
92
# File 'lib/webgen/destination.rb', line 89

def initialize(website)
  super()
  @website = website
end