module Vizion::Client::Carriers

Public Instance Methods

carriers(options = {}) click to toggle source
# File lib/vizion/client/carriers.rb, line 5
def carriers(options = {})
  get("/carriers", options)
end