Sha256: 3919b449a8aadf8a011c92d3bcf6e2c37218297755e8e828d6f86112d3c58525
Contents?: true
Size: 286 Bytes
Versions: 5
Compression:
Stored size: 286 Bytes
Contents
require "omise/object" module Omise class Integration < OmiseObject self.endpoint = "/integrations" def self.retrieve(id, attributes = {}) new resource(location(id), attributes).get(attributes) end def self.resource_key Omise.app_key end end end
Version data entries
5 entries across 5 versions & 1 rubygems