Class: Softlayer::Account::Link::Bluemix

Inherits:
Softlayer::Account::Link show all
Defined in:
lib/softlayer/account/link/bluemix.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Account_Link_Bluemix'

Instance Attribute Summary

Attributes inherited from Softlayer::Account::Link

#account, #account_id, #create_date, #destination_account_alphanumeric_id, #destination_account_id, #id, #service_provider, #service_provider_id

Instance Method Summary collapse

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Method Details

#get_accountObject



7
8
9
# File 'lib/softlayer/account/link/bluemix.rb', line 7

def 
  request(:get_account, Softlayer::)
end

#get_objectObject



11
12
13
# File 'lib/softlayer/account/link/bluemix.rb', line 11

def get_object
  request(:get_object, Softlayer::::Link::Bluemix)
end

#get_service_providerObject



15
16
17
# File 'lib/softlayer/account/link/bluemix.rb', line 15

def get_service_provider
  request(:get_service_provider, Softlayer::Service::Provider)
end

#get_support_tier_typeObject



19
20
21
# File 'lib/softlayer/account/link/bluemix.rb', line 19

def get_support_tier_type
  request(:get_support_tier_type, String)
end