Class: Transactionable::RemoteCreditCard

Inherits:
RemoteEntity
  • Object
show all
Defined in:
app/models/transactionable/remote_credit_card.rb

Instance Method Summary collapse

Methods inherited from RemoteEntity

#build_or_update_remote, #build_remote, #destroy_remote, #fetch, #service_name, #synced?, #update_remote

Instance Method Details

#remote_entity_typeObject



3
4
5
# File 'app/models/transactionable/remote_credit_card.rb', line 3

def remote_entity_type
  "Card"
end