Class: Softlayer::User::Customer::Link

Inherits:
Entity show all
Defined in:
lib/softlayer/user/customer/link.rb,
lib/softlayer/user/customer/link/the_planet.rb

Direct Known Subclasses

ThePlanet

Defined Under Namespace

Classes: Representer, ThePlanet

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

#create_dateObject

Returns the value of attribute create_date.



6
7
8
# File 'lib/softlayer/user/customer/link.rb', line 6

def create_date
  @create_date
end

#default_flagObject

Returns the value of attribute default_flag.



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

def default_flag
  @default_flag
end

#destination_user_alphanumeric_idObject

Returns the value of attribute destination_user_alphanumeric_id.



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

def destination_user_alphanumeric_id
  @destination_user_alphanumeric_id
end

#destination_user_idObject

Returns the value of attribute destination_user_id.



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

def destination_user_id
  @destination_user_id
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#service_providerObject

Returns the value of attribute service_provider.



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

def service_provider
  @service_provider
end

#service_provider_idObject

Returns the value of attribute service_provider_id.



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

def service_provider_id
  @service_provider_id
end

#userObject

Returns the value of attribute user.



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

def user
  @user
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end