Class: Facebooker::Rails::Publisher::Email

Inherits:
Object
  • Object
show all
Defined in:
lib/facebooker/rails/publisher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fbmlObject

Returns the value of attribute fbml.



231
232
233
# File 'lib/facebooker/rails/publisher.rb', line 231

def fbml
  @fbml
end

#textObject

Returns the value of attribute text.



230
231
232
# File 'lib/facebooker/rails/publisher.rb', line 230

def text
  @text
end

#titleObject

Returns the value of attribute title.



229
230
231
# File 'lib/facebooker/rails/publisher.rb', line 229

def title
  @title
end