class Cb::Requests::User::CheckExisting
Public Instance Methods
body()
click to toggle source
# File lib/cb/requests/user/check_existing.rb, line 25 def body <<-eos <Request> <DeveloperKey>#{Cb.configuration.dev_key}</DeveloperKey> <Email>#{args[:email]}</Email> <Password>#{args[:password]}</Password> <Test>#{test?}</Test> </Request> eos end
endpoint_uri()
click to toggle source
# File lib/cb/requests/user/check_existing.rb, line 17 def endpoint_uri Cb.configuration.uri_user_check_existing end
http_method()
click to toggle source
# File lib/cb/requests/user/check_existing.rb, line 21 def http_method :post end