Class: RemoteAccount
- Inherits:
-
BookingsyncPortal::RemoteAccount
- Object
- ActiveRecord::Base
- BookingsyncPortal::RemoteAccount
- RemoteAccount
- Defined in:
- lib/generators/templates/models/remote_account.rb
Instance Method Summary collapse
-
#name ⇒ Object
Returns the name of this portal account.
Instance Method Details
#name ⇒ Object
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 |