Class: MercatorBechlem::Vitem
- Defined in:
- app/models/mercator_bechlem/vitem.rb
Instance Method Summary collapse
-
#readonly? ⇒ Boolean
— Instance Methods — #.
Methods inherited from Base
copy_views_to_tables, update_from_download
Instance Method Details
#readonly? ⇒ Boolean
— Instance Methods — #
9 10 11 |
# File 'app/models/mercator_bechlem/vitem.rb', line 9 def readonly? # prevents unintentional changes true end |