Class: Softlayer::Software::Component::Password::History

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/software/component/password/history.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

#create_dateObject

Returns the value of attribute create_date.



6
7
8
# File 'lib/softlayer/software/component/password/history.rb', line 6

def create_date
  @create_date
end

#notesObject

Returns the value of attribute notes.



7
8
9
# File 'lib/softlayer/software/component/password/history.rb', line 7

def notes
  @notes
end

#passwordObject

Returns the value of attribute password.



8
9
10
# File 'lib/softlayer/software/component/password/history.rb', line 8

def password
  @password
end

#software_componentObject

Returns the value of attribute software_component.



11
12
13
# File 'lib/softlayer/software/component/password/history.rb', line 11

def software_component
  @software_component
end

#software_component_idObject

Returns the value of attribute software_component_id.



9
10
11
# File 'lib/softlayer/software/component/password/history.rb', line 9

def software_component_id
  @software_component_id
end

#usernameObject

Returns the value of attribute username.



10
11
12
# File 'lib/softlayer/software/component/password/history.rb', line 10

def username
  @username
end