Class: Shortly::Client

Inherits:
Object
  • Object
show all
Includes:
HTTParty, Errors, Helper
Defined in:
lib/shortly/client.rb

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