class Softlayer::User::Customer::External::Binding

Constants

SERVICE

Attributes

user[RW]

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 15
def delete_object
  request(:delete_object, Boolean)
end
disable(message) click to toggle source

reason

# File lib/softlayer/user/customer/external/binding.rb, line 20
def disable(message)
  request(:disable, Boolean, message)
end
enable() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 24
def enable
  request(:enable, Boolean)
end
get_attributes() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 28
def get_attributes
  request(:get_attributes, Array[Softlayer::User::External::Binding::Attribute])
end
get_billing_item() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 32
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item)
end
get_note() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 36
def get_note
  request(:get_note, String)
end
get_object() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 40
def get_object
  request(:get_object, Softlayer::User::Customer::External::Binding)
end
get_type() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 44
def get_type
  request(:get_type, Softlayer::User::External::Binding::Type)
end
get_user() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 48
def get_user
  request(:get_user, Softlayer::User::Customer)
end
get_vendor() click to toggle source
# File lib/softlayer/user/customer/external/binding.rb, line 52
def get_vendor
  request(:get_vendor, Softlayer::User::External::Binding::Vendor)
end
update_note(message) click to toggle source

text

# File lib/softlayer/user/customer/external/binding.rb, line 57
def update_note(message)
  request(:update_note, Boolean, message)
end