Class: Facebooker::StreamPost
- Inherits:
-
Object
- Object
- Facebooker::StreamPost
- Defined in:
- lib/facebooker/stream_post.rb
Instance Attribute Summary collapse
-
#action_links(*args) ⇒ Object
Returns the value of attribute action_links.
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#target ⇒ Object
Returns the value of attribute target.
-
#user_message ⇒ Object
(also: #message)
Returns the value of attribute user_message.
Instance Method Summary collapse
-
#initialize ⇒ StreamPost
constructor
A new instance of StreamPost.
Constructor Details
#initialize ⇒ StreamPost
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
#action_links(*args) ⇒ Object
Returns the value of attribute action_links.
2 3 4 |
# File 'lib/facebooker/stream_post.rb', line 2 def action_links @action_links end |
#actor ⇒ Object
Returns the value of attribute actor.
2 3 4 |
# File 'lib/facebooker/stream_post.rb', line 2 def actor @actor end |
#attachment ⇒ Object
Returns the value of attribute attachment.
2 3 4 |
# File 'lib/facebooker/stream_post.rb', line 2 def @attachment end |
#target ⇒ Object
Returns the value of attribute target.
2 3 4 |
# File 'lib/facebooker/stream_post.rb', line 2 def target @target end |
#user_message ⇒ Object 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 end |