class Softlayer::User::External::Binding

Constants

SERVICE

Attributes

active[RW]
attribute_count[RW]
attributes[RW]
billing_item[RW]
create_date[RW]
external_id[RW]
id[RW]
note[RW]
password[RW]
type[RW]
type_id[RW]
user_id[RW]
vendor[RW]
vendor_id[RW]

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/user/external/binding.rb, line 24
def delete_object
  request(:delete_object, Boolean)
end
get_attributes() click to toggle source
# File lib/softlayer/user/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/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/external/binding.rb, line 36
def get_note
  request(:get_note, String)
end
get_object() click to toggle source
# File lib/softlayer/user/external/binding.rb, line 40
def get_object
  request(:get_object, Softlayer::User::External::Binding)
end
get_type() click to toggle source
# File lib/softlayer/user/external/binding.rb, line 44
def get_type
  request(:get_type, Softlayer::User::External::Binding::Type)
end
get_vendor() click to toggle source
# File lib/softlayer/user/external/binding.rb, line 48
def get_vendor
  request(:get_vendor, Softlayer::User::External::Binding::Vendor)
end
update_note(message) click to toggle source

text

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