Class: Tumblr4r::Feed

Inherits:
Post
  • Object
show all
Defined in:
lib/tumblr4r.rb

Overview

TODO: Feed の扱いをどうするか

Instance Attribute Summary collapse

Attributes inherited from Post

#bookmarklet, #date, #date_gmt, #format, #generator, #liked, #post_id, #private, #reblog_key, #tags, #type, #unix_timestamp, #url, #url_with_slug

Method Summary

Methods inherited from Post

#initialize, #params

Constructor Details

This class inherits a constructor from Tumblr4r::Post

Instance Attribute Details

#feed_itemObject

Returns the value of attribute feed_item.



286
287
288
# File 'lib/tumblr4r.rb', line 286

def feed_item
  @feed_item
end

#from_feed_idObject

Returns the value of attribute from_feed_id.



286
287
288
# File 'lib/tumblr4r.rb', line 286

def from_feed_id
  @from_feed_id
end

#regular_bodyObject

Returns the value of attribute regular_body.



286
287
288
# File 'lib/tumblr4r.rb', line 286

def regular_body
  @regular_body
end