Sha256: 87801d68df0530320db3818e0de2a8e48bc1e4483a7f0badf20f6876f35eb6b8
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
module Bitly module V3 class MissingUrl attr_accessor :short_url, :user_hash, :error def initialize(opts={}) if opts @short_url = opts['short_url'] @user_hash = opts['hash'] @error = opts['error'] end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bitly-0.5.1 | lib/bitly/v3/missing_url.rb |
bitly-0.5.0 | lib/bitly/v3/missing_url.rb |