Class: Tumblr

Inherits:
Object
  • Object
show all
Defined in:
lib/tumblr.rb,
lib/tumblr/post.rb,
lib/tumblr/user.rb,
lib/tumblr/request.rb

Defined Under Namespace

Classes: BadRequest, Forbidden, NotFound, Post, Request, TumblrError, User

Class Attribute Summary collapse

Class Attribute Details

.blogObject

Returns the value of attribute blog.



9
10
11
# File 'lib/tumblr.rb', line 9

def blog
  @blog
end

.blog_urlObject

Returns the value of attribute blog_url.



9
10
11
# File 'lib/tumblr.rb', line 9

def blog_url
  @blog_url
end