class Softlayer::User::Customer::Notification::Hardware
Constants
- SERVICE
Attributes
hardware[RW]
hardware_id[RW]
id[RW]
user[RW]
user_id[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/user/customer/notification/hardware.rb, line 14 def self.create_object(message) request(:create_object, Softlayer::User::Customer::Notification::Hardware, message) end
create_objects(message)
click to toggle source
template_objects
# File lib/softlayer/user/customer/notification/hardware.rb, line 19 def self.create_objects(message) request(:create_objects, Array[Softlayer::Dns::Domain], message) end
delete_objects(message)
click to toggle source
template_objects
# File lib/softlayer/user/customer/notification/hardware.rb, line 24 def self.delete_objects(message) request(:delete_objects, Boolean, message) end
find_by_hardware_id(message)
click to toggle source
# File lib/softlayer/user/customer/notification/hardware.rb, line 29 def self.find_by_hardware_id(message) request(:find_by_hardware_id, Array[Softlayer::User::Customer::Notification::Hardware], message) end
Public Instance Methods
get_hardware()
click to toggle source
# File lib/softlayer/user/customer/notification/hardware.rb, line 33 def get_hardware request(:get_hardware, Softlayer::Hardware) end
get_object()
click to toggle source
# File lib/softlayer/user/customer/notification/hardware.rb, line 37 def get_object request(:get_object, Softlayer::User::Customer::Notification::Hardware) end
get_user()
click to toggle source
# File lib/softlayer/user/customer/notification/hardware.rb, line 41 def get_user request(:get_user, Softlayer::User::Customer) end