Method: Compactor::Amazon::ScrapedRow#deposit_amount
- Defined in:
- lib/compactor/scraped_row.rb
#deposit_amount ⇒ Object
74 75 76 77 |
# File 'lib/compactor/scraped_row.rb', line 74 def deposit_amount @deposit_amount = fetch_deposit_amount if !@deposit_amount @deposit_amount end |