class Softlayer::Provisioning::Hook

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
create_date[RW]
hook_type[RW]
id[RW]
modify_date[RW]
name[RW]
type_id[RW]
uri[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/provisioning/hook.rb, line 17
def self.create_object(message)
  request(:create_object, Softlayer::Provisioning::Hook, message)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/provisioning/hook.rb, line 21
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/provisioning/hook.rb, line 26
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_account() click to toggle source
# File lib/softlayer/provisioning/hook.rb, line 30
def get_account
  request(:get_account, Softlayer::Account)
end
get_hook_type() click to toggle source
# File lib/softlayer/provisioning/hook.rb, line 34
def get_hook_type
  request(:get_hook_type, Softlayer::Provisioning::Hook::Type)
end
get_object() click to toggle source
# File lib/softlayer/provisioning/hook.rb, line 38
def get_object
  request(:get_object, Softlayer::Provisioning::Hook)
end