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.



205
206
207
# File 'lib/facebooker/rails/publisher.rb', line 205

def fbml
  @fbml
end

#textObject

Returns the value of attribute text.



204
205
206
# File 'lib/facebooker/rails/publisher.rb', line 204

def text
  @text
end

#titleObject

Returns the value of attribute title.



203
204
205
# File 'lib/facebooker/rails/publisher.rb', line 203

def title
  @title
end