Method: Unit::Card.report_stolen
- Defined in:
- lib/unit/models/card/card.rb
.report_stolen(card_id:) ⇒ Object
Report a card as a stolen by calling Unit’s API
183 184 185 |
# File 'lib/unit/models/card/card.rb', line 183 def report_stolen(card_id:) Unit::Resource::CardResource.report_stolen(card_id) end |