Class: Telasi::SAP::Address

Inherits:
Base show all
Defined in:
lib/telasi-ruby/model.rb

Overview

ADRC table.

Instance Method Summary collapse

Methods inherited from ActiveRecord::Base

date_fields

Instance Method Details

#to_sObject



74
75
76
# File 'lib/telasi-ruby/model.rb', line 74

def to_s
  [self.city1, self.street].compact.join(' ').strip
end