Class: RemoteAccount

Inherits:
BookingsyncPortal::RemoteAccount show all
Defined in:
lib/generators/templates/models/remote_account.rb

Instance Method Summary collapse

Instance Method Details

#nameObject

Returns the name of this portal account. Should be easy to identify.



3
4
5
# File 'lib/generators/templates/models/remote_account.rb', line 3

def name
  uid
end