Class: RemoteRental

Inherits:
BookingsyncPortal::RemoteRental show all
Defined in:
lib/generators/templates/models/remote_rental.rb

Instance Method Summary collapse

Methods inherited from BookingsyncPortal::RemoteRental

#connected?, #display_name, #synchronized?

Instance Method Details

#nameObject

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