Class: OpenGraphPlus::Tags::Root
- Inherits:
-
Base
- Object
- Base
- OpenGraphPlus::Tags::Root
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
#og ⇒ Object
130
|
# File 'lib/opengraphplus/tags.rb', line 130
def og = @og ||= OpenGraph.new
|
146
147
148
|
# File 'lib/opengraphplus/tags.rb', line 146
def tags
[og, ]
end
|
131
|
# File 'lib/opengraphplus/tags.rb', line 131
def = @twitter ||= Twitter.new
|