module MangoPay::HTTPCalls::Update

Public Class Methods

included(base) click to toggle source
# File lib/mangopay/http_calls.rb, line 29
def self.included(base)
  base.extend(ClassMethods)
end