Class: Facebooker::StreamPost

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStreamPost

Returns a new instance of StreamPost.



4
5
6
# File 'lib/facebooker/stream_post.rb', line 4

def initialize
  self.action_links = []
end

Instance Attribute Details

Returns the value of attribute action_links.



2
3
4
# File 'lib/facebooker/stream_post.rb', line 2

def action_links
  @action_links
end

#actorObject

Returns the value of attribute actor.



2
3
4
# File 'lib/facebooker/stream_post.rb', line 2

def actor
  @actor
end

#attachmentObject

Returns the value of attribute attachment.



2
3
4
# File 'lib/facebooker/stream_post.rb', line 2

def attachment
  @attachment
end

#targetObject

Returns the value of attribute target.



2
3
4
# File 'lib/facebooker/stream_post.rb', line 2

def target
  @target
end

#user_messageObject Also known as: message

Returns the value of attribute user_message.



2
3
4
# File 'lib/facebooker/stream_post.rb', line 2

def user_message
  @user_message
end