Class: Enlight::Requests::CreateCompany

Inherits:
Request
  • Object
show all
Defined in:
lib/enlight/requests/create_company.rb

Instance Attribute Summary collapse

Attributes inherited from Request

#id

Method Summary

Methods inherited from Request

#build_uri, #fetch, #initialize, #resource

Constructor Details

This class inherits a constructor from Enlight::Requests::Request

Instance Attribute Details

#address1Object

Returns the value of attribute address1.



11
12
13
# File 'lib/enlight/requests/create_company.rb', line 11

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



12
13
14
# File 'lib/enlight/requests/create_company.rb', line 12

def address2
  @address2
end

#assignable_to_usersObject

Returns the value of attribute assignable_to_users.



9
10
11
# File 'lib/enlight/requests/create_company.rb', line 9

def assignable_to_users
  @assignable_to_users
end

#cityObject

Returns the value of attribute city.



13
14
15
# File 'lib/enlight/requests/create_company.rb', line 13

def city
  @city
end

#countryObject

Returns the value of attribute country.



16
17
18
# File 'lib/enlight/requests/create_company.rb', line 16

def country
  @country
end

#custom_dropdown1Object

Returns the value of attribute custom_dropdown1.



22
23
24
# File 'lib/enlight/requests/create_company.rb', line 22

def custom_dropdown1
  @custom_dropdown1
end

#custom_dropdown2Object

Returns the value of attribute custom_dropdown2.



23
24
25
# File 'lib/enlight/requests/create_company.rb', line 23

def custom_dropdown2
  @custom_dropdown2
end

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/enlight/requests/create_company.rb', line 6

def description
  @description
end

#emailObject

Returns the value of attribute email.



17
18
19
# File 'lib/enlight/requests/create_company.rb', line 17

def email
  @email
end

#external_idObject

Returns the value of attribute external_id.



5
6
7
# File 'lib/enlight/requests/create_company.rb', line 5

def external_id
  @external_id
end

#faxObject

Returns the value of attribute fax.



20
21
22
# File 'lib/enlight/requests/create_company.rb', line 20

def fax
  @fax
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/enlight/requests/create_company.rb', line 4

def name
  @name
end

#organization_idObject

Returns the value of attribute organization_id.



7
8
9
# File 'lib/enlight/requests/create_company.rb', line 7

def organization_id
  @organization_id
end

#owning_user_idObject

Returns the value of attribute owning_user_id.



8
9
10
# File 'lib/enlight/requests/create_company.rb', line 8

def owning_user_id
  @owning_user_id
end

#phoneObject

Returns the value of attribute phone.



18
19
20
# File 'lib/enlight/requests/create_company.rb', line 18

def phone
  @phone
end

#phone2Object

Returns the value of attribute phone2.



19
20
21
# File 'lib/enlight/requests/create_company.rb', line 19

def phone2
  @phone2
end

#stateObject

Returns the value of attribute state.



14
15
16
# File 'lib/enlight/requests/create_company.rb', line 14

def state
  @state
end

#themeObject

Returns the value of attribute theme.



10
11
12
# File 'lib/enlight/requests/create_company.rb', line 10

def theme
  @theme
end

#web_site_urlObject

Returns the value of attribute web_site_url.



21
22
23
# File 'lib/enlight/requests/create_company.rb', line 21

def web_site_url
  @web_site_url
end

#zipObject

Returns the value of attribute zip.



15
16
17
# File 'lib/enlight/requests/create_company.rb', line 15

def zip
  @zip
end