Class: Softlayer::Container::User::Customer::PasswordSet
- Defined in:
- lib/softlayer/container/user/customer/password_set.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#answered_security_question_id ⇒ Object
Returns the value of attribute answered_security_question_id.
-
#authentication_methods ⇒ Object
Returns the value of attribute authentication_methods.
-
#key ⇒ Object
Returns the value of attribute key.
-
#password ⇒ Object
Returns the value of attribute password.
-
#security_answer ⇒ Object
Returns the value of attribute security_answer.
-
#security_questions ⇒ Object
Returns the value of attribute security_questions.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
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_id ⇒ Object
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_methods ⇒ Object
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 |
#key ⇒ Object
Returns the value of attribute key.
8 9 10 |
# File 'lib/softlayer/container/user/customer/password_set.rb', line 8 def key @key end |
#password ⇒ Object
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_answer ⇒ Object
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_questions ⇒ Object
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_id ⇒ Object
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 |