Class: Softlayer::User::Customer::Prospect

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/user/customer/prospect.rb,
lib/softlayer/user/customer/prospect/type.rb,
lib/softlayer/user/customer/prospect/service_provider.rb,
lib/softlayer/user/customer/prospect/service_provider/enroll_request.rb

Direct Known Subclasses

Account::Partner::Referral::Prospect

Defined Under Namespace

Modules: ServiceProvider Classes: Representer, Type

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

#accountObject

Returns the value of attribute account.



9
10
11
# File 'lib/softlayer/user/customer/prospect.rb', line 9

def 
  @account
end

#assigned_employee_countObject

Returns the value of attribute assigned_employee_count.



7
8
9
# File 'lib/softlayer/user/customer/prospect.rb', line 7

def assigned_employee_count
  @assigned_employee_count
end

#assigned_employeesObject

Returns the value of attribute assigned_employees.



10
11
12
# File 'lib/softlayer/user/customer/prospect.rb', line 10

def assigned_employees
  @assigned_employees
end

#quote_countObject

Returns the value of attribute quote_count.



8
9
10
# File 'lib/softlayer/user/customer/prospect.rb', line 8

def quote_count
  @quote_count
end

#quotesObject

Returns the value of attribute quotes.



11
12
13
# File 'lib/softlayer/user/customer/prospect.rb', line 11

def quotes
  @quotes
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/softlayer/user/customer/prospect.rb', line 12

def type
  @type
end