Sha256: 3a4931e174848e063dffde5e496f525dee3433e5ed6b2eed027def08bcf12c23
Contents?: true
Size: 241 Bytes
Versions: 6
Compression:
Stored size: 241 Bytes
Contents
class EasyPost::ScanForm < EasyPost::Resource def self.create(params={}, api_key=nil) response = EasyPost.make_request(:post, self.url, api_key, params) return EasyPost::Util.convert_to_easypost_object(response, api_key) end end
Version data entries
6 entries across 6 versions & 1 rubygems