Class: OpenGraphPlus::Tags::Plus
Instance Attribute Summary collapse
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Method Summary collapse
Methods inherited from Base
Instance Attribute Details
#selector ⇒ Object
Returns the value of attribute selector.
49 50 51 |
# File 'lib/opengraphplus/tags.rb', line 49 def selector @selector end |
#style ⇒ Object
Returns the value of attribute style.
50 51 52 |
# File 'lib/opengraphplus/tags.rb', line 50 def style @style end |