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.



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

def action_links
  @action_links
end

#attachmentObject

Returns the value of attribute attachment.



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

def attachment
  @attachment
end

#messageObject

Returns the value of attribute message.



269
270
271
# File 'lib/facebooker/rails/publisher.rb', line 269

def message
  @message
end

#targetObject

Returns the value of attribute target.



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

def target
  @target
end