Class: Softlayer::Account::Link

Inherits:
Entity show all
Defined in:
lib/softlayer/account/link.rb,
lib/softlayer/account/link/vendor.rb,
lib/softlayer/account/link/open_stack.rb,
lib/softlayer/account/link/the_planet.rb,
lib/softlayer/account/link/open_stack/link_request.rb,
lib/softlayer/account/link/open_stack/project_details.rb,
lib/softlayer/account/link/open_stack/domain_creation_details.rb,
lib/softlayer/account/link/open_stack/project_creation_details.rb

Direct Known Subclasses

OpenStack, ThePlanet

Defined Under Namespace

Classes: OpenStack, Representer, ThePlanet, Vendor

Instance Attribute Summary collapse

Method Summary

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 Attribute Details

#accountObject

Returns the value of attribute account.



13
14
15
# File 'lib/softlayer/account/link.rb', line 13

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



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

def 
  @account_id
end

#create_dateObject

Returns the value of attribute create_date.



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

def create_date
  @create_date
end

#destination_account_alphanumeric_idObject

Returns the value of attribute destination_account_alphanumeric_id.



9
10
11
# File 'lib/softlayer/account/link.rb', line 9

def 
  @destination_account_alphanumeric_id
end

#destination_account_idObject

Returns the value of attribute destination_account_id.



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

def 
  @destination_account_id
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#service_providerObject

Returns the value of attribute service_provider.



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

def service_provider
  @service_provider
end

#service_provider_idObject

Returns the value of attribute service_provider_id.



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

def service_provider_id
  @service_provider_id
end