goshippo/shippo-ruby-client

View on GitHub
lib/shippo/model/customs_declaration.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Shippo
  class CustomsDeclaration < ::Shippo::API::Resource
    operations :list, :create
  end
end