Class: MercatorBechlem::Vitem

Inherits:
Base
  • Object
show all
Defined in:
app/models/mercator_bechlem/vitem.rb

Instance Method Summary collapse

Methods inherited from Base

copy_views_to_tables, update_from_download

Instance Method Details

#readonly?Boolean

— Instance Methods — #

Returns:

  • (Boolean)


9
10
11
# File 'app/models/mercator_bechlem/vitem.rb', line 9

def readonly?  # prevents unintentional changes
  true
end