class Ayadn::FilteredPost
Attributes
canonical_url[RW]
checkins[RW]
count[RW]
date[RW]
date_short[RW]
directed_to[RW]
handle[RW]
has_checkins[RW]
id[RW]
input[RW]
is_human[RW]
is_reply[RW]
is_repost[RW]
is_starred[RW]
links[RW]
mentions[RW]
name[RW]
nicerank[RW]
num_replies[RW]
num_reposts[RW]
num_stars[RW]
original_poster[RW]
raw_text[RW]
reply_to[RW]
repost_of[RW]
source_link[RW]
source_name[RW]
text[RW]
thread_id[RW]
type[RW]
user_id[RW]
username[RW]
you_starred[RW]
Public Class Methods
new(post)
click to toggle source
# File lib/ayadn/filtered_post_object.rb, line 7 def initialize post @input = post end