Class: Softlayer::Container::User::Customer::External::Binding
- Defined in:
- lib/softlayer/container/user/customer/external/binding.rb,
lib/softlayer/container/user/customer/external/binding/totp.rb,
lib/softlayer/container/user/customer/external/binding/phone.rb,
lib/softlayer/container/user/customer/external/binding/vendor.rb,
lib/softlayer/container/user/customer/external/binding/verisign.rb,
lib/softlayer/container/user/customer/external/binding/phone/mode.rb
Defined Under Namespace
Classes: Phone, Representer, Totp, Vendor, Verisign
Instance Attribute Summary collapse
-
#authentication_token ⇒ Object
Returns the value of attribute authentication_token.
-
#open_id_connect_access_token ⇒ Object
Returns the value of attribute open_id_connect_access_token.
-
#open_id_connect_account_id ⇒ Object
Returns the value of attribute open_id_connect_account_id.
-
#open_id_connect_provider ⇒ Object
Returns the value of attribute open_id_connect_provider.
-
#password ⇒ Object
Returns the value of attribute password.
-
#security_question_answer ⇒ Object
Returns the value of attribute security_question_answer.
-
#security_question_id ⇒ Object
Returns the value of attribute security_question_id.
-
#username ⇒ Object
Returns the value of attribute username.
-
#vendor ⇒ Object
Returns the value of attribute vendor.
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
#authentication_token ⇒ Object
Returns the value of attribute authentication_token.
11 12 13 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 11 def authentication_token @authentication_token end |
#open_id_connect_access_token ⇒ Object
Returns the value of attribute open_id_connect_access_token.
12 13 14 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 12 def open_id_connect_access_token @open_id_connect_access_token end |
#open_id_connect_account_id ⇒ Object
Returns the value of attribute open_id_connect_account_id.
13 14 15 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 13 def open_id_connect_account_id @open_id_connect_account_id end |
#open_id_connect_provider ⇒ Object
Returns the value of attribute open_id_connect_provider.
14 15 16 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 14 def open_id_connect_provider @open_id_connect_provider end |
#password ⇒ Object
Returns the value of attribute password.
15 16 17 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 15 def password @password end |
#security_question_answer ⇒ Object
Returns the value of attribute security_question_answer.
16 17 18 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 16 def security_question_answer @security_question_answer end |
#security_question_id ⇒ Object
Returns the value of attribute security_question_id.
17 18 19 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 17 def security_question_id @security_question_id end |
#username ⇒ Object
Returns the value of attribute username.
18 19 20 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 18 def username @username end |
#vendor ⇒ Object
Returns the value of attribute vendor.
19 20 21 |
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 19 def vendor @vendor end |