Class: Telasi::SAP::Address
- Inherits:
-
Base
- Object
- ActiveRecord::Base
- Base
- Telasi::SAP::Address
- Defined in:
- lib/telasi-ruby/model.rb
Overview
ADRC table.
Instance Method Summary collapse
Methods inherited from ActiveRecord::Base
Instance Method Details
#to_s ⇒ Object
74 75 76 |
# File 'lib/telasi-ruby/model.rb', line 74 def to_s [self.city1, self.street].compact.join(' ').strip end |