Class: Stacked::Usertimeline
Overview
I would really love to call this UserTimeline but alas, the API fails me.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#comment_id ⇒ Object
Returns the value of attribute comment_id.
-
#creation_date ⇒ Object
(also: #created_at)
Returns the value of attribute creation_date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#post_id ⇒ Object
Returns the value of attribute post_id.
-
#timeline_type ⇒ Object
Returns the value of attribute timeline_type.
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.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def action @action end |
#comment_id ⇒ Object
Returns the value of attribute comment_id.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def comment_id @comment_id end |
#creation_date ⇒ Object Also known as: created_at
Returns the value of attribute creation_date.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def creation_date @creation_date end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def description @description end |
#detail ⇒ Object
Returns the value of attribute detail.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def detail @detail end |
#post_id ⇒ Object
Returns the value of attribute post_id.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def post_id @post_id end |
#timeline_type ⇒ Object
Returns the value of attribute timeline_type.
4 5 6 |
# File 'lib/stacked/usertimeline.rb', line 4 def timeline_type @timeline_type end |