class Softlayer::Network::Message::Delivery
Constants
- SERVICE
Attributes
account[RW]
account_id[RW]
billing_item[RW]
create_date[RW]
id[RW]
modify_date[RW]
password[RW]
type[RW]
type_id[RW]
username[RW]
vendor[RW]
vendor_id[RW]
Public Instance Methods
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/network/message/delivery.rb, line 24 def edit_object(message) request(:edit_object, Boolean, message) end
get_account()
click to toggle source
# File lib/softlayer/network/message/delivery.rb, line 28 def get_account request(:get_account, Softlayer::Account) end
get_billing_item()
click to toggle source
# File lib/softlayer/network/message/delivery.rb, line 32 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item) end
get_object()
click to toggle source
# File lib/softlayer/network/message/delivery.rb, line 36 def get_object request(:get_object, Softlayer::Network::Message::Delivery) end
get_type()
click to toggle source
# File lib/softlayer/network/message/delivery.rb, line 40 def get_type request(:get_type, Softlayer::Network::Message::Delivery::Type) end
get_vendor()
click to toggle source
# File lib/softlayer/network/message/delivery.rb, line 44 def get_vendor request(:get_vendor, Softlayer::Network::Message::Delivery::Vendor) end