class Softlayer::Account::Partner::Referral::Prospect
Constants
- SERVICE
Attributes
company_name[RW]
email_address[RW]
first_name[RW]
id[RW]
last_name[RW]
Public Class Methods
create_prospect(message)
click to toggle source
template_object commit
# File lib/softlayer/account/partner/referral/prospect.rb, line 15 def self.create_prospect(message) request(:create_prospect, Softlayer::Account::Partner::Referral::Prospect, message) end
get_survey_questions()
click to toggle source
# File lib/softlayer/account/partner/referral/prospect.rb, line 35 def self.get_survey_questions request(:get_survey_questions, Array[Softlayer::Survey::Question]) end
Public Instance Methods
get_account()
click to toggle source
# File lib/softlayer/account/partner/referral/prospect.rb, line 19 def get_account request(:get_account, Softlayer::Account) end
get_assigned_employees()
click to toggle source
# File lib/softlayer/account/partner/referral/prospect.rb, line 23 def get_assigned_employees request(:get_assigned_employees, Array[Softlayer::User::Employee]) end
get_object()
click to toggle source
# File lib/softlayer/account/partner/referral/prospect.rb, line 27 def get_object request(:get_object, Softlayer::Account::Partner::Referral::Prospect) end
get_quotes()
click to toggle source
# File lib/softlayer/account/partner/referral/prospect.rb, line 31 def get_quotes request(:get_quotes, Array[Softlayer::Billing::Order::Quote]) end
get_type()
click to toggle source
# File lib/softlayer/account/partner/referral/prospect.rb, line 39 def get_type request(:get_type, Softlayer::User::Customer::Prospect::Type) end