Class: Softlayer::Container::User::Customer::External::Binding

Inherits:
Entity
  • Object
show all
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

Direct Known Subclasses

Phone, Totp, Verisign

Defined Under Namespace

Classes: Phone, Representer, Totp, Vendor, Verisign

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

#authentication_tokenObject

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_tokenObject

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_idObject

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 
  
end

#open_id_connect_providerObject

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

#passwordObject

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_answerObject

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_idObject

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

#usernameObject

Returns the value of attribute username.



18
19
20
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 18

def username
  @username
end

#vendorObject

Returns the value of attribute vendor.



19
20
21
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 19

def vendor
  @vendor
end