Class: Tumblr::Post::Photo

Inherits:
Tumblr::Post show all
Defined in:
lib/tumblr/post/photo.rb

Constant Summary

Constants inherited from Tumblr::Post

BASIC_PARAMS, POST_PARAMS

Instance Attribute Summary

Attributes inherited from Tumblr::Post

#date, #format, #generator, #group, #post_id, #reblog_key, #slug, #state, #type

Instance Method Summary collapse

Methods inherited from Tumblr::Post

#add_to_queue, #delete, #edit, #like, parameters, #private=, #private?, #publish_now, #publish_on, #save_as_draft, #send_to_twitter, #tags, #to_h, #to_s, #to_yaml, #unlike, #write

Constructor Details

#initialize(post_id = nil) ⇒ Photo

Returns a new instance of Photo.



7
8
9
10
# File 'lib/tumblr/post/photo.rb', line 7

def initialize(post_id = nil)
  super post_id
  @type = :photo
end