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

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#security_question_answerObject

Returns the value of attribute security_question_answer.



13
14
15
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 13

def security_question_answer
  @security_question_answer
end

#security_question_idObject

Returns the value of attribute security_question_id.



14
15
16
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 14

def security_question_id
  @security_question_id
end

#usernameObject

Returns the value of attribute username.



15
16
17
# File 'lib/softlayer/container/user/customer/external/binding.rb', line 15

def username
  @username
end

#vendorObject

Returns the value of attribute vendor.



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

def vendor
  @vendor
end