Sha256: cccd071d30c5de7e64ca4b811ec922a7c6693217bfd4fc3a1a7cd80560ef1db2

Contents?: true

Size: 394 Bytes

Versions: 1

Compression:

Stored size: 394 Bytes

Contents

require 'sphere_engine/rest/access'
require 'sphere_engine/rest/compilers'

module SphereEngine
  module REST
    # @note All methods have been separated into modules and follow the same grouping used in {http://sphere-engine.com/services the SphereEngine API Documentation}.
    module API
      include SphereEngine::REST::Access
      include SphereEngine::REST::Compilers
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sphere_engine-1.1.0.pre lib/sphere_engine/rest/api.rb