Class: Enlight::Requests::UpdateCompany
- Defined in:
- lib/enlight/requests/update_company.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#assignable_to_users ⇒ Object
Returns the value of attribute assignable_to_users.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#custom_dropdown1 ⇒ Object
Returns the value of attribute custom_dropdown1.
-
#custom_dropdown2 ⇒ Object
Returns the value of attribute custom_dropdown2.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email ⇒ Object
Returns the value of attribute email.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#owning_user_id ⇒ Object
Returns the value of attribute owning_user_id.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
-
#state ⇒ Object
Returns the value of attribute state.
-
#theme ⇒ Object
Returns the value of attribute theme.
-
#web_site_url ⇒ Object
Returns the value of attribute web_site_url.
-
#zip ⇒ Object
Returns the value of attribute zip.
Attributes inherited from Request
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
#address1 ⇒ Object
Returns the value of attribute address1.
11 12 13 |
# File 'lib/enlight/requests/update_company.rb', line 11 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
12 13 14 |
# File 'lib/enlight/requests/update_company.rb', line 12 def address2 @address2 end |
#assignable_to_users ⇒ Object
Returns the value of attribute assignable_to_users.
9 10 11 |
# File 'lib/enlight/requests/update_company.rb', line 9 def assignable_to_users @assignable_to_users end |
#city ⇒ Object
Returns the value of attribute city.
13 14 15 |
# File 'lib/enlight/requests/update_company.rb', line 13 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
16 17 18 |
# File 'lib/enlight/requests/update_company.rb', line 16 def country @country end |
#custom_dropdown1 ⇒ Object
Returns the value of attribute custom_dropdown1.
22 23 24 |
# File 'lib/enlight/requests/update_company.rb', line 22 def custom_dropdown1 @custom_dropdown1 end |
#custom_dropdown2 ⇒ Object
Returns the value of attribute custom_dropdown2.
23 24 25 |
# File 'lib/enlight/requests/update_company.rb', line 23 def custom_dropdown2 @custom_dropdown2 end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/enlight/requests/update_company.rb', line 6 def description @description end |
#email ⇒ Object
Returns the value of attribute email.
17 18 19 |
# File 'lib/enlight/requests/update_company.rb', line 17 def email @email end |
#external_id ⇒ Object
Returns the value of attribute external_id.
5 6 7 |
# File 'lib/enlight/requests/update_company.rb', line 5 def external_id @external_id end |
#fax ⇒ Object
Returns the value of attribute fax.
20 21 22 |
# File 'lib/enlight/requests/update_company.rb', line 20 def fax @fax end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/enlight/requests/update_company.rb', line 4 def name @name end |
#organization_id ⇒ Object
Returns the value of attribute organization_id.
7 8 9 |
# File 'lib/enlight/requests/update_company.rb', line 7 def organization_id @organization_id end |
#owning_user_id ⇒ Object
Returns the value of attribute owning_user_id.
8 9 10 |
# File 'lib/enlight/requests/update_company.rb', line 8 def owning_user_id @owning_user_id end |
#phone ⇒ Object
Returns the value of attribute phone.
18 19 20 |
# File 'lib/enlight/requests/update_company.rb', line 18 def phone @phone end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
19 20 21 |
# File 'lib/enlight/requests/update_company.rb', line 19 def phone2 @phone2 end |
#state ⇒ Object
Returns the value of attribute state.
14 15 16 |
# File 'lib/enlight/requests/update_company.rb', line 14 def state @state end |
#theme ⇒ Object
Returns the value of attribute theme.
10 11 12 |
# File 'lib/enlight/requests/update_company.rb', line 10 def theme @theme end |
#web_site_url ⇒ Object
Returns the value of attribute web_site_url.
21 22 23 |
# File 'lib/enlight/requests/update_company.rb', line 21 def web_site_url @web_site_url end |
#zip ⇒ Object
Returns the value of attribute zip.
15 16 17 |
# File 'lib/enlight/requests/update_company.rb', line 15 def zip @zip end |