Class: Enlight::Requests::UpdateOrganization

Inherits:
Request
  • Object
show all
Defined in:
lib/enlight/requests/update_organization.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

#abbreviated_nameObject

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

#cultureObject

Returns the value of attribute culture.



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

def culture
  @culture
end

#default_role_idObject

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

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#external_idObject

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#parent_idObject

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_idObject

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