class Softlayer::User::Customer::Security::Answer
Constants
- SERVICE
Attributes
answer[RW]
id[RW]
question[RW]
question_id[RW]
user[RW]
user_id[RW]
Public Instance Methods
get_object()
click to toggle source
# File lib/softlayer/user/customer/security/answer.rb, line 14 def get_object request(:get_object, Softlayer::User::Customer::Security::Answer) end
get_question()
click to toggle source
# File lib/softlayer/user/customer/security/answer.rb, line 18 def get_question request(:get_question, Softlayer::User::Security::Question) end
get_user()
click to toggle source
# File lib/softlayer/user/customer/security/answer.rb, line 22 def get_user request(:get_user, Softlayer::User::Customer) end