Class: Withdraw
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Withdraw
- Defined in:
- app/models/withdraw.rb
Instance Attribute Summary collapse
-
#item_identifier ⇒ Object
Returns the value of attribute item_identifier.
Instance Attribute Details
#item_identifier ⇒ Object
Returns the value of attribute item_identifier.
11 12 13 |
# File 'app/models/withdraw.rb', line 11 def item_identifier @item_identifier end |