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