Class: Company

Inherits:
Entity show all
Defined in:
lib/messenger/models/company.rb

Instance Attribute Summary collapse

Attributes inherited from Entity

#id

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/messenger/models/company.rb', line 4

def name
  @name
end