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.



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

def action_links
  @action_links
end

#attachmentObject

Returns the value of attribute attachment.



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

def attachment
  @attachment
end

#messageObject

Returns the value of attribute message.



271
272
273
# File 'lib/facebooker/rails/publisher.rb', line 271

def message
  @message
end

#targetObject

Returns the value of attribute target.



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

def target
  @target
end