Class: ODDB::Remote::Business::Company
- Defined in:
- lib/oddb/remote/business/company.rb
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Object
Constructor Details
This class inherits a constructor from ODDB::Remote::Object
Instance Method Details
#name ⇒ Object
11 12 13 |
# File 'lib/oddb/remote/business/company.rb', line 11 def name @name ||= Util::Multilingual.new(:de => @remote.name) end |