Class: Facebooker::Rails::Publisher::Email
- Inherits:
-
Object
- Object
- Facebooker::Rails::Publisher::Email
- Defined in:
- lib/facebooker/rails/publisher.rb
Instance Attribute Summary collapse
-
#fbml ⇒ Object
Returns the value of attribute fbml.
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#fbml ⇒ Object
Returns the value of attribute fbml.
211 212 213 |
# File 'lib/facebooker/rails/publisher.rb', line 211 def fbml @fbml end |
#text ⇒ Object
Returns the value of attribute text.
210 211 212 |
# File 'lib/facebooker/rails/publisher.rb', line 210 def text @text end |
#title ⇒ Object
Returns the value of attribute title.
209 210 211 |
# File 'lib/facebooker/rails/publisher.rb', line 209 def title @title end |