Class: Ayadn::FilteredPost

Inherits:
Object show all
Defined in:
lib/ayadn/filtered_post_object.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(post) ⇒ FilteredPost

Returns a new instance of FilteredPost.



7
8
9
# File 'lib/ayadn/filtered_post_object.rb', line 7

def initialize post
	@input = post
end

Instance Attribute Details

#canonical_urlObject

Returns the value of attribute canonical_url.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def canonical_url
  @canonical_url
end

#checkinsObject

Returns the value of attribute checkins.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def checkins
  @checkins
end

#countObject

Returns the value of attribute count.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def count
  @count
end

#dateObject

Returns the value of attribute date.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def date
  @date
end

#date_shortObject

Returns the value of attribute date_short.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def date_short
  @date_short
end

#directed_toObject

Returns the value of attribute directed_to.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def directed_to
  @directed_to
end

#handleObject

Returns the value of attribute handle.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def handle
  @handle
end

#has_checkinsObject

Returns the value of attribute has_checkins.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def has_checkins
  @has_checkins
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def id
  @id
end

#inputObject

Returns the value of attribute input.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def input
  @input
end

#is_humanObject

Returns the value of attribute is_human.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def is_human
  @is_human
end

#is_replyObject

Returns the value of attribute is_reply.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def is_reply
  @is_reply
end

#is_repostObject

Returns the value of attribute is_repost.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def is_repost
  @is_repost
end

#is_starredObject

Returns the value of attribute is_starred.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def is_starred
  @is_starred
end

Returns the value of attribute links.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def links
  @links
end

#mentionsObject

Returns the value of attribute mentions.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def mentions
  @mentions
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def name
  @name
end

#nicerankObject

Returns the value of attribute nicerank.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def nicerank
  @nicerank
end

#num_repliesObject

Returns the value of attribute num_replies.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def num_replies
  @num_replies
end

#num_repostsObject

Returns the value of attribute num_reposts.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def num_reposts
  @num_reposts
end

#num_starsObject

Returns the value of attribute num_stars.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def num_stars
  @num_stars
end

#original_posterObject

Returns the value of attribute original_poster.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def original_poster
  @original_poster
end

#raw_textObject

Returns the value of attribute raw_text.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def raw_text
  @raw_text
end

#reply_toObject

Returns the value of attribute reply_to.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def reply_to
  @reply_to
end

#repost_ofObject

Returns the value of attribute repost_of.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def repost_of
  @repost_of
end

Returns the value of attribute source_link.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def source_link
  @source_link
end

#source_nameObject

Returns the value of attribute source_name.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def source_name
  @source_name
end

#tagsObject

Returns the value of attribute tags.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def tags
  @tags
end

#textObject

Returns the value of attribute text.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def text
  @text
end

#thread_idObject

Returns the value of attribute thread_id.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def thread_id
  @thread_id
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def type
  @type
end

#user_idObject

Returns the value of attribute user_id.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def user_id
  @user_id
end

#usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def username
  @username
end

#you_starredObject

Returns the value of attribute you_starred.



5
6
7
# File 'lib/ayadn/filtered_post_object.rb', line 5

def you_starred
  @you_starred
end