Module: EmbedGoogle

Defined in:
lib/embed_google.rb,
lib/embed_google/analytics.rb

Defined Under Namespace

Classes: Analytics

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.analytics(id = nil, options = {}) ⇒ Object



8
9
10
# File 'lib/embed_google.rb', line 8

def self.analytics(id=nil, options={})
  Analytics.new(id, options).script
end