class RemoteRental

Public Instance Methods

name() click to toggle source

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

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