Class: Stacked::Posttimeline
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#action_user_id ⇒ Object
Returns the value of attribute action_user_id.
-
#creation_date ⇒ Object
Returns the value of attribute creation_date.
-
#post_id ⇒ Object
Returns the value of attribute post_id.
-
#timeline_type ⇒ Object
Returns the value of attribute timeline_type.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Method Summary
Methods inherited from Base
all, association, collection, find, #initialize, #parse_answers, #parse_badges, #parse_comments, #parse_post_timeline, #parse_questions, #parse_reputations, #parse_tags, #parse_type, #parse_user_timeline, #post, records, request, singular, stats
Constructor Details
This class inherits a constructor from Stacked::Base
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
3 4 5 |
# File 'lib/stacked/posttimeline.rb', line 3 def action @action end |
#action_user_id ⇒ Object
Returns the value of attribute action_user_id.
3 4 5 |
# File 'lib/stacked/posttimeline.rb', line 3 def action_user_id @action_user_id end |
#creation_date ⇒ Object
Returns the value of attribute creation_date.
3 4 5 |
# File 'lib/stacked/posttimeline.rb', line 3 def creation_date @creation_date end |
#post_id ⇒ Object
Returns the value of attribute post_id.
3 4 5 |
# File 'lib/stacked/posttimeline.rb', line 3 def post_id @post_id end |
#timeline_type ⇒ Object
Returns the value of attribute timeline_type.
3 4 5 |
# File 'lib/stacked/posttimeline.rb', line 3 def timeline_type @timeline_type end |
#user_id ⇒ Object
Returns the value of attribute user_id.
3 4 5 |
# File 'lib/stacked/posttimeline.rb', line 3 def user_id @user_id end |