Sha256: 04bfa8c2308ab97875d13cca24dbc1c218a1296e6a73677e002a47851b8de58b

Contents?: true

Size: 635 Bytes

Versions: 7

Compression:

Stored size: 635 Bytes

Contents

require 'yaml'

module HaveAPI::Fs::Components
  class InstanceCreate < ActionExecEdit
    def header
      <<END
# This file is in YAML format. Lines beginning with a hash (#) are comments and
# are ignored. The new resource instance will be created once this file is saved
# and closed. The success of this operation can be later checked in
# actions/create/status.
# 
# Only required parameters that need to be set are uncommented by default.
# Parameters that are not specified when this file is closed will not be sent
# to the API.
#
# To cancel the operation, either do not save the file or save it empty.
END
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 lib/haveapi/fs/components/instance_create.rb
haveapi-fs-0.10.0 lib/haveapi/fs/components/instance_create.rb
haveapi-fs-0.9.0 lib/haveapi/fs/components/instance_create.rb
haveapi-fs-0.8.0 lib/haveapi/fs/components/instance_create.rb
haveapi-fs-0.7.1 lib/haveapi/fs/components/instance_create.rb
haveapi-fs-0.7.0 lib/haveapi/fs/components/instance_create.rb
haveapi-fs-0.1.0 lib/haveapi/fs/components/instance_create.rb