Class: Enlight::Models::Organization
- Defined in:
- lib/enlight/models/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_user_name_pattern ⇒ Object
Returns the value of attribute default_user_name_pattern.
-
#default_user_password ⇒ Object
Returns the value of attribute default_user_password.
-
#description ⇒ Object
Returns the value of attribute description.
-
#external_id ⇒ Object
Returns the value of attribute external_id.
-
#integration_key ⇒ Object
Returns the value of attribute integration_key.
-
#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 Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#abbreviated_name ⇒ Object
Returns the value of attribute abbreviated_name.
6 7 8 |
# File 'lib/enlight/models/organization.rb', line 6 def abbreviated_name @abbreviated_name end |
#culture ⇒ Object
Returns the value of attribute culture.
11 12 13 |
# File 'lib/enlight/models/organization.rb', line 11 def culture @culture end |
#default_user_name_pattern ⇒ Object
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_password ⇒ Object
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 |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/enlight/models/organization.rb', line 7 def description @description end |
#external_id ⇒ Object
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_key ⇒ Object
Returns the value of attribute integration_key.
9 10 11 |
# File 'lib/enlight/models/organization.rb', line 9 def integration_key @integration_key end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/enlight/models/organization.rb', line 5 def name @name end |
#parent_id ⇒ Object
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_id ⇒ Object
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 |