Class: Softlayer::Container::User::Customer::PasswordSet

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/user/customer/password_set.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

#answered_security_question_idObject

Returns the value of attribute answered_security_question_id.



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

def answered_security_question_id
  @answered_security_question_id
end

#authentication_methodsObject

Returns the value of attribute authentication_methods.



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

def authentication_methods
  @authentication_methods
end

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#security_answerObject

Returns the value of attribute security_answer.



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

def security_answer
  @security_answer
end

#security_questionsObject

Returns the value of attribute security_questions.



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

def security_questions
  @security_questions
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end