Class: Shortly::Client
- Inherits:
-
Object
- Object
- Shortly::Client
- Defined in:
- lib/shortly/client.rb
Direct Known Subclasses
Shortly::Clients::Bitdo, Shortly::Clients::Bitly, Shortly::Clients::Googl, Shortly::Clients::Isgd, Shortly::Clients::ShortSwitch, Shortly::Clients::Snim, Shortly::Clients::Tinyurl
Constant Summary collapse
- @@registered =
[]
Class Method Summary collapse
Class Method Details
.method_missing(method_sym, *params) ⇒ Object
: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 |