Class: Softlayer::Hardware::Component::RemoteManagement::User

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/hardware/component/remote_management/user.rb

Defined Under Namespace

Classes: Representer

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

#hardwareObject

Returns the value of attribute hardware.



8
9
10
# File 'lib/softlayer/hardware/component/remote_management/user.rb', line 8

def hardware
  @hardware
end

#network_componentObject

Returns the value of attribute network_component.



9
10
11
# File 'lib/softlayer/hardware/component/remote_management/user.rb', line 9

def network_component
  @network_component
end

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'lib/softlayer/hardware/component/remote_management/user.rb', line 6

def password
  @password
end

#usernameObject

Returns the value of attribute username.



7
8
9
# File 'lib/softlayer/hardware/component/remote_management/user.rb', line 7

def username
  @username
end