module Shippo

Shippo is the ruby module enclosing all and any ruby-based functionality developed by Shippo, Inc.

This gem providers wrappers for Shippo API in ruby. You are not required to use any particular library to access Shippo API, but it is our hope that this gem helps you bootstrap your Shippo integration.

Backwards compatibility

Main namespace for Shippo specific Rake tasks

Constants

DOC_FOLDER

Public Class Methods

api_key(value) click to toggle source
# File lib/shippo.rb, line 18
def self.api_key(value)
  ::Shippo::API.token = value
end
Also aliased as: api_key=, api_token=
api_key=(value)
Alias for: api_key
api_token=(value)
Alias for: api_key
api_version(value) click to toggle source
# File lib/shippo.rb, line 21
def self.api_version(value)
  ::Shippo::API.version = value
end
Also aliased as: api_version=
api_version=(value)
Alias for: api_version