class Bitly::V4::Error
Error
class.
Attributes
status[R]
Public Class Methods
new(status, message)
click to toggle source
Calls superclass method
# File lib/bitly/v4/error.rb, line 9 def initialize(status, message) @status = status super("#{@status} - #{message}") end