class Postmaster::Rates

Public Class Methods

get(params={}) click to toggle source
# File lib/postmaster/rates.rb, line 5
def self.get(params={})
  response = Postmaster.request(:post, '/v1/rates', params)
  self.construct_from(response)
end