Class: Facebooker::Rails::Publisher::PublishStream
- Inherits:
-
Object
- Object
- Facebooker::Rails::Publisher::PublishStream
- Defined in:
- lib/facebooker/rails/publisher.rb
Instance Attribute Summary collapse
-
#action_links ⇒ Object
Returns the value of attribute action_links.
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#message ⇒ Object
Returns the value of attribute message.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#action_links ⇒ Object
Returns the value of attribute action_links.
268 269 270 |
# File 'lib/facebooker/rails/publisher.rb', line 268 def action_links @action_links end |
#attachment ⇒ Object
Returns the value of attribute attachment.
267 268 269 |
# File 'lib/facebooker/rails/publisher.rb', line 267 def @attachment end |
#message ⇒ Object
Returns the value of attribute message.
269 270 271 |
# File 'lib/facebooker/rails/publisher.rb', line 269 def @message end |
#target ⇒ Object
Returns the value of attribute target.
266 267 268 |
# File 'lib/facebooker/rails/publisher.rb', line 266 def target @target end |