Class: Own
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Own
- Defined in:
- app/models/own.rb,
app/models2/own.rb
Instance Attribute Summary collapse
-
#item_identifier ⇒ Object
Returns the value of attribute item_identifier.
Instance Method Summary collapse
Instance Attribute Details
#item_identifier ⇒ Object
Returns the value of attribute item_identifier.
13 14 15 |
# File 'app/models/own.rb', line 13 def item_identifier @item_identifier end |
Instance Method Details
#reindex ⇒ Object
15 16 17 18 |
# File 'app/models/own.rb', line 15 def reindex agent.try(:index) item.try(:index) end |