class Softlayer::User::Customer::External::Binding::Phone
Constants
- SERVICE
Attributes
binding_status[RW]
pin_length[RW]
Public Instance Methods
check_phone_validation_result(message)
click to toggle source
token
# File lib/softlayer/user/customer/external/binding/phone.rb, line 12 def check_phone_validation_result(message) request(:check_phone_validation_result, Boolean, message) end
delete_object()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 16 def delete_object request(:delete_object, Boolean) end
disable(message)
click to toggle source
reason
# File lib/softlayer/user/customer/external/binding/phone.rb, line 21 def disable(message) request(:disable, Boolean, message) end
enable()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 25 def enable request(:enable, Boolean) end
get_all_authentication_modes()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 29 def get_all_authentication_modes request(:get_all_authentication_modes, Array[String]) end
get_all_authentication_pin_modes(message)
click to toggle source
authentication_mode_key_name
# File lib/softlayer/user/customer/external/binding/phone.rb, line 34 def get_all_authentication_pin_modes(message) request(:get_all_authentication_pin_modes, Array[String], message) end
get_attributes()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 38 def get_attributes request(:get_attributes, Array[Softlayer::User::External::Binding::Attribute]) end
get_authentication_mode()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 42 def get_authentication_mode request(:get_authentication_mode, Softlayer::Container::User::Customer::External::Binding::Phone::Mode) end
get_billing_item()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 46 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item) end
get_binding_status()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 50 def get_binding_status request(:get_binding_status, String) end
get_note()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 54 def get_note request(:get_note, String) end
get_object()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 58 def get_object request(:get_object, Softlayer::User::Customer::External::Binding::Phone) end
get_phone_app_activation_code()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 62 def get_phone_app_activation_code request(:get_phone_app_activation_code, Array[Softlayer::User::External::Binding::Attribute]) end
get_phone_data()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 66 def get_phone_data request(:get_phone_data, Array[Softlayer::Container::User::Data::Phone]) end
get_pin_length()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 70 def get_pin_length request(:get_pin_length, String) end
get_type()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 74 def get_type request(:get_type, Softlayer::User::External::Binding::Type) end
get_user()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 78 def get_user request(:get_user, Softlayer::User::Customer) end
get_vendor()
click to toggle source
# File lib/softlayer/user/customer/external/binding/phone.rb, line 82 def get_vendor request(:get_vendor, Softlayer::User::External::Binding::Vendor) end
request_phone_validation(message)
click to toggle source
phone_data
# File lib/softlayer/user/customer/external/binding/phone.rb, line 87 def request_phone_validation(message) request(:request_phone_validation, String, message) end
update_authentication_mode(message)
click to toggle source
mode
# File lib/softlayer/user/customer/external/binding/phone.rb, line 92 def update_authentication_mode(message) request(:update_authentication_mode, Boolean, message) end
update_note(message)
click to toggle source
text
# File lib/softlayer/user/customer/external/binding/phone.rb, line 97 def update_note(message) request(:update_note, Boolean, message) end
update_phone(message)
click to toggle source
phone_data
# File lib/softlayer/user/customer/external/binding/phone.rb, line 102 def update_phone(message) request(:update_phone, Boolean, message) end