class RemoteAccount

Public Instance Methods

name() click to toggle source

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

# File lib/generators/templates/models/remote_account.rb, line 3
def name
  uid
end