Class: ODDB::Remote::Business::Company

Inherits:
Object
  • Object
show all
Defined in:
lib/oddb/remote/business/company.rb

Instance Attribute Summary

Attributes inherited from Object

#source

Instance Method Summary collapse

Methods inherited from Object

delegate, #initialize, #uid

Constructor Details

This class inherits a constructor from ODDB::Remote::Object

Instance Method Details

#nameObject



11
12
13
# File 'lib/oddb/remote/business/company.rb', line 11

def name
  @name ||= Util::Multilingual.new(:de => @remote.name)
end