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.
266 267 268 |
# File 'lib/facebooker/rails/publisher.rb', line 266 def action_links @action_links end |
#attachment ⇒ Object
Returns the value of attribute attachment.
265 266 267 |
# File 'lib/facebooker/rails/publisher.rb', line 265 def @attachment end |
#message ⇒ Object
Returns the value of attribute message.
267 268 269 |
# File 'lib/facebooker/rails/publisher.rb', line 267 def @message end |
#target ⇒ Object
Returns the value of attribute target.
264 265 266 |
# File 'lib/facebooker/rails/publisher.rb', line 264 def target @target end |