class Softlayer::Account::Shipment::Tracking::Data
Constants
- SERVICE
Attributes
create_employee[RW]
create_user[RW]
create_user_id[RW]
id[RW]
modify_employee[RW]
modify_user[RW]
modify_user_id[RW]
package_id[RW]
sequence[RW]
shipment[RW]
shipment_id[RW]
tracking_data[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/account/shipment/tracking/data.rb, line 21 def self.create_object(message) request(:create_object, Softlayer::Account::Shipment::Tracking::Data, message) end
create_objects(message)
click to toggle source
template_objects
# File lib/softlayer/account/shipment/tracking/data.rb, line 26 def self.create_objects(message) request(:create_objects, Array[Softlayer::Account::Shipment::Tracking::Data], message) end
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 30 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/account/shipment/tracking/data.rb, line 35 def edit_object(message) request(:edit_object, Boolean, message) end
get_create_employee()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 39 def get_create_employee request(:get_create_employee, Softlayer::User::Employee) end
get_create_user()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 43 def get_create_user request(:get_create_user, Softlayer::User::Customer) end
get_modify_employee()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 47 def get_modify_employee request(:get_modify_employee, Softlayer::User::Employee) end
get_modify_user()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 51 def get_modify_user request(:get_modify_user, Softlayer::User::Customer) end
get_object()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 55 def get_object request(:get_object, Softlayer::Account::Shipment::Tracking::Data) end
get_shipment()
click to toggle source
# File lib/softlayer/account/shipment/tracking/data.rb, line 59 def get_shipment request(:get_shipment, Softlayer::Account::Shipment) end