Class: WEB_API::Signed2

Inherits:
Auth show all
Defined in:
lib/web_api/signed2.rb

Instance Attribute Summary

Attributes inherited from Auth

#auth

Attributes inherited from WebApi

#webmethods

Instance Method Summary collapse

Methods inherited from Auth

#initialize

Methods inherited from WebApi

#_url, #add, #initialize, #method_missing, trace, trace=

Constructor Details

This class inherits a constructor from WEB_API::Auth

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class WEB_API::WebApi

Instance Method Details

#_add(method, uri, type) ⇒ Object



26
27
28
# File 'lib/web_api/signed2.rb', line 26

def _add(method, uri, type)
  webmethods[method] = Signed2Method.new(auth, uri, type)
end