Class: Softlayer::Account::Shipment::Tracking::Data
- Defined in:
- lib/softlayer/account/shipment/tracking/data.rb
Defined Under Namespace
Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_Account_Shipment_Tracking_Data'
Instance Attribute Summary collapse
-
#create_employee ⇒ Object
Returns the value of attribute create_employee.
-
#create_user ⇒ Object
Returns the value of attribute create_user.
-
#create_user_id ⇒ Object
Returns the value of attribute create_user_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modify_employee ⇒ Object
Returns the value of attribute modify_employee.
-
#modify_user ⇒ Object
Returns the value of attribute modify_user.
-
#modify_user_id ⇒ Object
Returns the value of attribute modify_user_id.
-
#package_id ⇒ Object
Returns the value of attribute package_id.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#shipment ⇒ Object
Returns the value of attribute shipment.
-
#shipment_id ⇒ Object
Returns the value of attribute shipment_id.
-
#tracking_data ⇒ Object
Returns the value of attribute tracking_data.
Class Method Summary collapse
-
.create_object(message) ⇒ Object
template_object.
-
.create_objects(message) ⇒ Object
template_objects.
Instance Method Summary collapse
- #delete_object ⇒ Object
-
#edit_object(message) ⇒ Object
template_object.
- #get_create_employee ⇒ Object
- #get_create_user ⇒ Object
- #get_modify_employee ⇒ Object
- #get_modify_user ⇒ Object
- #get_object ⇒ Object
- #get_shipment ⇒ Object
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#create_employee ⇒ Object
Returns the value of attribute create_employee.
14 15 16 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 14 def create_employee @create_employee end |
#create_user ⇒ Object
Returns the value of attribute create_user.
15 16 17 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 15 def create_user @create_user end |
#create_user_id ⇒ Object
Returns the value of attribute create_user_id.
7 8 9 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 7 def create_user_id @create_user_id end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 8 def id @id end |
#modify_employee ⇒ Object
Returns the value of attribute modify_employee.
16 17 18 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 16 def modify_employee @modify_employee end |
#modify_user ⇒ Object
Returns the value of attribute modify_user.
17 18 19 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 17 def modify_user @modify_user end |
#modify_user_id ⇒ Object
Returns the value of attribute modify_user_id.
9 10 11 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 9 def modify_user_id @modify_user_id end |
#package_id ⇒ Object
Returns the value of attribute package_id.
10 11 12 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 10 def package_id @package_id end |
#sequence ⇒ Object
Returns the value of attribute sequence.
11 12 13 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 11 def sequence @sequence end |
#shipment ⇒ Object
Returns the value of attribute shipment.
18 19 20 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 18 def shipment @shipment end |
#shipment_id ⇒ Object
Returns the value of attribute shipment_id.
12 13 14 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 12 def shipment_id @shipment_id end |
#tracking_data ⇒ Object
Returns the value of attribute tracking_data.
13 14 15 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 13 def tracking_data @tracking_data end |
Class Method Details
Instance Method Details
#delete_object ⇒ Object
30 31 32 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 30 def delete_object request(:delete_object, Boolean) end |
#edit_object(message) ⇒ Object
template_object
35 36 37 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 35 def edit_object() request(:edit_object, Boolean, ) end |
#get_create_employee ⇒ Object
39 40 41 |
# 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 ⇒ Object
43 44 45 |
# 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 ⇒ Object
47 48 49 |
# 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 ⇒ Object
51 52 53 |
# File 'lib/softlayer/account/shipment/tracking/data.rb', line 51 def get_modify_user request(:get_modify_user, Softlayer::User::Customer) end |