Class: Enlight::Models::Organization

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/organization.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#abbreviated_nameObject

Returns the value of attribute abbreviated_name.



6
7
8
# File 'lib/enlight/models/organization.rb', line 6

def abbreviated_name
  @abbreviated_name
end

#cultureObject

Returns the value of attribute culture.



11
12
13
# File 'lib/enlight/models/organization.rb', line 11

def culture
  @culture
end

#default_user_name_patternObject

Returns the value of attribute default_user_name_pattern.



13
14
15
# File 'lib/enlight/models/organization.rb', line 13

def default_user_name_pattern
  @default_user_name_pattern
end

#default_user_passwordObject

Returns the value of attribute default_user_password.



12
13
14
# File 'lib/enlight/models/organization.rb', line 12

def default_user_password
  @default_user_password
end

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/enlight/models/organization.rb', line 7

def description
  @description
end

#external_idObject

Returns the value of attribute external_id.



4
5
6
# File 'lib/enlight/models/organization.rb', line 4

def external_id
  @external_id
end

#integration_keyObject

Returns the value of attribute integration_key.



9
10
11
# File 'lib/enlight/models/organization.rb', line 9

def integration_key
  @integration_key
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/enlight/models/organization.rb', line 5

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id.



8
9
10
# File 'lib/enlight/models/organization.rb', line 8

def parent_id
  @parent_id
end

#time_zone_idObject

Returns the value of attribute time_zone_id.



10
11
12
# File 'lib/enlight/models/organization.rb', line 10

def time_zone_id
  @time_zone_id
end