Class: RemoteRental
- Inherits:
-
BookingsyncPortal::RemoteRental
- Object
- ActiveRecord::Base
- BookingsyncPortal::RemoteRental
- RemoteRental
- Defined in:
- lib/generators/templates/models/remote_rental.rb
Instance Method Summary collapse
-
#name ⇒ Object
Returns the name of this portal rental.
Methods inherited from BookingsyncPortal::RemoteRental
#connected?, #display_name, #synchronized?
Instance Method Details
#name ⇒ Object
Returns the name of this portal rental. Should be easy to identify.
3 4 5 |
# File 'lib/generators/templates/models/remote_rental.rb', line 3 def name uid end |