Class: Own

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/own.rb,
app/models2/own.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#item_identifierObject

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

#reindexObject



15
16
17
18
# File 'app/models/own.rb', line 15

def reindex
  agent.try(:index)
  item.try(:index)
end