Sha256: 727ba8e465c25aeb432106f6c3384c11995d838b55dfe725b0c8627eb25f97ba

Contents?: true

Size: 593 Bytes

Versions: 5

Compression:

Stored size: 593 Bytes

Contents

module Fog
  module Compute
    class Brightbox
      class Real
        # Create a new application for the user.
        #
        # @param [Hash] options
        # @option options [String] :name
        # @option options [String] :description
        #
        # @return [Hash, nil] The JSON response parsed to a Hash or nil if no options passed
        #
        # @see https://api.gb1.brightbox.com/1.0/#application_create_application
        #
        def create_application(options)
          request("post", "/1.0/applications", [201], options)
        end

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 4 rubygems

Version Path
fog-nirvanix-1.8.2 lib/fog/brightbox/requests/compute/create_application.rb
fog-nirvanix-1.8.1 lib/fog/brightbox/requests/compute/create_application.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/brightbox/requests/compute/create_application.rb
fog-sgonyea-1.8.1 lib/fog/brightbox/requests/compute/create_application.rb
fog-1.8.0 lib/fog/brightbox/requests/compute/create_application.rb