Class: Shortly::Client
- Inherits:
-
Object
- Object
- Shortly::Client
- Includes:
- HTTParty, Errors, Helper
- Defined in:
- lib/shortly/client.rb
Direct Known Subclasses
Shortly::Clients::Bitly, Shortly::Clients::Googl, Shortly::Clients::Isgd, Shortly::Clients::ShortSwitch, Shortly::Clients::Snim, Shortly::Clients::Tinyurl
Constant Summary
- @@registered =
[]
Class Method Summary (collapse)
Class Method Details
+ (Object) method_missing(method_sym, *params)
:nodoc
34 35 36 |
# File 'lib/shortly/client.rb', line 34 def self.method_missing(method_sym, *params) #:nodoc raise MethodNotAvailableError.new("Sorry, #{method_sym} method is not implemented/available for this service.") end |