Class: Tumblr::Post::Regular

Inherits:
Tumblr::Post show all
Defined in:
lib/tumblr/post/regular.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) ⇒ Regular

Returns a new instance of Regular.



5
6
7
8
# File 'lib/tumblr/post/regular.rb', line 5

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