Class: Softlayer::Account::Link::Bluemix
- Inherits:
-
Softlayer::Account::Link
- Object
- Model
- Entity
- Softlayer::Account::Link
- Softlayer::Account::Link::Bluemix
- 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
- #get_account ⇒ Object
- #get_object ⇒ Object
- #get_service_provider ⇒ Object
- #get_support_tier_type ⇒ Object
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_account ⇒ Object
7 8 9 |
# File 'lib/softlayer/account/link/bluemix.rb', line 7 def get_account request(:get_account, Softlayer::Account) end |
#get_object ⇒ Object
11 12 13 |
# File 'lib/softlayer/account/link/bluemix.rb', line 11 def get_object request(:get_object, Softlayer::Account::Link::Bluemix) end |
#get_service_provider ⇒ Object
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_type ⇒ Object
19 20 21 |
# File 'lib/softlayer/account/link/bluemix.rb', line 19 def get_support_tier_type request(:get_support_tier_type, String) end |