Class: Softlayer::Container::Catalyst::ManualEnrollmentRequest

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/catalyst/manual_enrollment_request.rb

Defined Under Namespace

Classes: Representer

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

#customer_emailObject

Returns the value of attribute customer_email.



5
6
7
# File 'lib/softlayer/container/catalyst/manual_enrollment_request.rb', line 5

def customer_email
  @customer_email
end

#customer_nameObject

Returns the value of attribute customer_name.



6
7
8
# File 'lib/softlayer/container/catalyst/manual_enrollment_request.rb', line 6

def customer_name
  @customer_name
end

#startup_nameObject

Returns the value of attribute startup_name.



7
8
9
# File 'lib/softlayer/container/catalyst/manual_enrollment_request.rb', line 7

def startup_name
  @startup_name
end

#venture_affiliation_flagObject

Returns the value of attribute venture_affiliation_flag.



8
9
10
# File 'lib/softlayer/container/catalyst/manual_enrollment_request.rb', line 8

def venture_affiliation_flag
  @venture_affiliation_flag
end

#venture_fund_nameObject

Returns the value of attribute venture_fund_name.



9
10
11
# File 'lib/softlayer/container/catalyst/manual_enrollment_request.rb', line 9

def venture_fund_name
  @venture_fund_name
end