Class: MetadataPresenter::AutocompleteItem
- Inherits:
-
Metadata
- Object
- Metadata
- MetadataPresenter::AutocompleteItem
- Defined in:
- app/models/metadata_presenter/autocomplete_item.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
2 3 4 |
# File 'app/models/metadata_presenter/autocomplete_item.rb', line 2 def id { text:, value: }.to_json end |
#name ⇒ Object
6 7 8 |
# File 'app/models/metadata_presenter/autocomplete_item.rb', line 6 def name text end |