Class: Facebooker::Rails::Publisher::PublishStream

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

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute action_links.



266
267
268
# File 'lib/facebooker/rails/publisher.rb', line 266

def action_links
  @action_links
end

#attachmentObject

Returns the value of attribute attachment.



265
266
267
# File 'lib/facebooker/rails/publisher.rb', line 265

def attachment
  @attachment
end

#messageObject

Returns the value of attribute message.



267
268
269
# File 'lib/facebooker/rails/publisher.rb', line 267

def message
  @message
end

#targetObject

Returns the value of attribute target.



264
265
266
# File 'lib/facebooker/rails/publisher.rb', line 264

def target
  @target
end