class Softlayer::Provisioning::Hook::Type
Constants
- SERVICE
Attributes
description[RW]
id[RW]
key_name[RW]
name[RW]
Public Class Methods
get_all_hook_types()
click to toggle source
# File lib/softlayer/provisioning/hook/type.rb, line 11 def self.get_all_hook_types request(:get_all_hook_types, Array[Softlayer::Provisioning::Hook::Type]) end
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/provisioning/hook/type.rb, line 15 def get_object request(:get_object, Softlayer::Provisioning::Hook::Type) end