Class: Enlight::Requests::UpdateOrganization
- Defined in:
- lib/enlight/requests/update_organization.rb
Instance Attribute Summary collapse
-
#abbreviated_name ⇒ Object
Returns the value of attribute abbreviated_name.
-
#culture ⇒ Object
Returns the value of attribute culture.
-
#default_role_id ⇒ Object
Returns the value of attribute default_role_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#time_zone_id ⇒ Object
Returns the value of attribute time_zone_id.
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
#abbreviated_name ⇒ Object
Returns the value of attribute abbreviated_name.
5 6 7 |
# File 'lib/enlight/requests/update_organization.rb', line 5 def abbreviated_name @abbreviated_name end |
#culture ⇒ Object
Returns the value of attribute culture.
10 11 12 |
# File 'lib/enlight/requests/update_organization.rb', line 10 def culture @culture end |
#default_role_id ⇒ Object
Returns the value of attribute default_role_id.
11 12 13 |
# File 'lib/enlight/requests/update_organization.rb', line 11 def default_role_id @default_role_id end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/enlight/requests/update_organization.rb', line 7 def description @description end |
#external_id ⇒ Object
Returns the value of attribute external_id.
6 7 8 |
# File 'lib/enlight/requests/update_organization.rb', line 6 def external_id @external_id end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/enlight/requests/update_organization.rb', line 4 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
8 9 10 |
# File 'lib/enlight/requests/update_organization.rb', line 8 def parent_id @parent_id end |
#time_zone_id ⇒ Object
Returns the value of attribute time_zone_id.
9 10 11 |
# File 'lib/enlight/requests/update_organization.rb', line 9 def time_zone_id @time_zone_id end |