class Softlayer::Account::Link::Bluemix

Constants

SERVICE

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/account/link/bluemix.rb, line 7
def get_account
  request(:get_account, Softlayer::Account)
end
get_object() click to toggle source
# File lib/softlayer/account/link/bluemix.rb, line 11
def get_object
  request(:get_object, Softlayer::Account::Link::Bluemix)
end
get_service_provider() click to toggle source
# File lib/softlayer/account/link/bluemix.rb, line 15
def get_service_provider
  request(:get_service_provider, Softlayer::Service::Provider)
end
get_support_tier_type() click to toggle source
# File lib/softlayer/account/link/bluemix.rb, line 19
def get_support_tier_type
  request(:get_support_tier_type, String)
end