class Tumblr4r::TumblrError
Attributes
attachment[RW]
Public Class Methods
new(msg, attachment=nil)
click to toggle source
Calls superclass method
# File lib/tumblr4r.rb, line 17 def initialize(msg, attachment=nil) super(msg) @attachment = attachment end