Class: OpenGraphPlus::Tags::Root

Inherits:
Base
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/opengraphplus/tags.rb

Instance Method Summary collapse

Methods inherited from Base

#each, #render_in, #update

Instance Method Details

#ogObject



130
# File 'lib/opengraphplus/tags.rb', line 130

def og = @og ||= OpenGraph.new

#tagsObject



146
147
148
# File 'lib/opengraphplus/tags.rb', line 146

def tags
  [og, twitter]
end

#twitterObject



131
# File 'lib/opengraphplus/tags.rb', line 131

def twitter = @twitter ||= Twitter.new