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
12 13 14 |
# File 'lib/oddb/remote/business/company.rb', line 12 def name @name ||= ODDB::Util::Multilingual.new(:de => @remote.name) end |