Class: Softlayer::Account::Attachment::Employee

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/account/attachment/employee.rb,
lib/softlayer/account/attachment/employee/role.rb

Defined Under Namespace

Classes: Representer, Role

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.



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

def 
  @account
end

#employeeObject

Returns the value of attribute employee.



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

def employee
  @employee
end

#employee_roleObject

Returns the value of attribute employee_role.



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

def employee_role
  @employee_role
end

#role_idObject

Returns the value of attribute role_id.



6
7
8
# File 'lib/softlayer/account/attachment/employee.rb', line 6

def role_id
  @role_id
end