Sha256: 7298d001c623916449530d8ec26c674a489a380340bc72c1e0b6a5be218319d0
Contents?: true
Size: 601 Bytes
Versions: 12
Compression:
Stored size: 601 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) wrapped_request("post", "/1.0/applications", [201], options) end end end end end
Version data entries
12 entries across 12 versions & 5 rubygems