Class: Tumblr
- Inherits:
-
Object
- Object
- Tumblr
- 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
-
.blog ⇒ Object
Returns the value of attribute blog.
-
.blog_url ⇒ Object
Returns the value of attribute blog_url.
Class Attribute Details
.blog ⇒ Object
Returns the value of attribute blog.
9 10 11 |
# File 'lib/tumblr.rb', line 9 def blog @blog end |
.blog_url ⇒ Object
Returns the value of attribute blog_url.
9 10 11 |
# File 'lib/tumblr.rb', line 9 def blog_url @blog_url end |