class Softlayer::Account::Shipment::Type

Constants

SERVICE

Attributes

create_date[RW]
description[RW]
id[RW]
key_name[RW]
name[RW]

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/account/shipment/type.rb, line 12
def get_object
  request(:get_object, Softlayer::Account::Shipment::Type)
end