Sha256: 6128ee553bec073043be9f7577749edbda3932527ab72d3eb1fd4f8cb97cb090
Contents?: true
Size: 505 Bytes
Versions: 4
Compression:
Stored size: 505 Bytes
Contents
# encoding: utf-8 module Ayadn class FilteredPost attr_accessor :input, :is_human, :name, :count, :id, :thread_id, :username, :user_id, :nicerank, :handle, :type, :date, :date_short, :you_starred, :source_name, :source_link, :canonical_url, :tags, :links, :mentions, :directed_to, :checkins, :has_checkins, :is_repost, :repost_of, :original_poster, :raw_text, :text, :is_starred, :num_stars, :num_replies, :is_reply, :reply_to, :num_reposts def initialize post @input = post end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ayadn-4.0.3 | lib/ayadn/filtered_post_object.rb |
ayadn-4.0.2 | lib/ayadn/filtered_post_object.rb |
ayadn-4.0.1 | lib/ayadn/filtered_post_object.rb |
ayadn-4.0 | lib/ayadn/filtered_post_object.rb |