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, #post_id, #private, #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.



205
206
207
# File 'lib/tumblr4r.rb', line 205

def feed_item
  @feed_item
end

#from_feed_idObject

Returns the value of attribute from_feed_id.



205
206
207
# File 'lib/tumblr4r.rb', line 205

def from_feed_id
  @from_feed_id
end

#regular_bodyObject

Returns the value of attribute regular_body.



205
206
207
# File 'lib/tumblr4r.rb', line 205

def regular_body
  @regular_body
end