Class: Icalia::Organization
- Includes:
- ResourceTimestamps
- Defined in:
- lib/icalia/models/organization.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
has_many, has_one, #initialize
Methods included from ResourceIdentity
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/icalia/models/organization.rb', line 6 def name @name end |