Sha256: 62290085b9e3bbb60c2fc0a47b26668bae4b921d1152a34c7498b27791faade2

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

# frozen_string_literal: true

module Websy
  class ApiOperation

    def self.api
      @api ||= HttpDecorator.new(Websy.api_url)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
websy-0.1.0 lib/websy/api_operation.rb