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.



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

def fbml
  @fbml
end

#textObject

Returns the value of attribute text.



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

def text
  @text
end

#titleObject

Returns the value of attribute title.



201
202
203
# File 'lib/facebooker/rails/publisher.rb', line 201

def title
  @title
end