class Softlayer::User::Customer::External::Binding::Vendor
Constants
- SERVICE
Public Class Methods
get_all_objects()
click to toggle source
# File lib/softlayer/user/customer/external/binding/vendor.rb, line 9 def self.get_all_objects request(:get_all_objects, Array[Softlayer::User::External::Binding::Vendor]) end
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/user/customer/external/binding/vendor.rb, line 13 def get_object request(:get_object, Softlayer::User::Customer::External::Binding::Vendor) end