Class: Stacked::Posttimeline

Inherits:
Base
  • Object
show all
Defined in:
lib/stacked/posttimeline.rb

Instance Attribute Summary collapse

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

#actionObject

Returns the value of attribute action.



3
4
5
# File 'lib/stacked/posttimeline.rb', line 3

def action
  @action
end

#action_user_idObject

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_dateObject

Returns the value of attribute creation_date.



3
4
5
# File 'lib/stacked/posttimeline.rb', line 3

def creation_date
  @creation_date
end

#post_idObject

Returns the value of attribute post_id.



3
4
5
# File 'lib/stacked/posttimeline.rb', line 3

def post_id
  @post_id
end

#timeline_typeObject

Returns the value of attribute timeline_type.



3
4
5
# File 'lib/stacked/posttimeline.rb', line 3

def timeline_type
  @timeline_type
end

#user_idObject

Returns the value of attribute user_id.



3
4
5
# File 'lib/stacked/posttimeline.rb', line 3

def user_id
  @user_id
end