Class: StellarBase::SubscribeAccountJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/stellar_base/subscribe_account_job.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.unique_args(args) ⇒ Object



11
12
13
# File 'app/jobs/stellar_base/subscribe_account_job.rb', line 11

def self.unique_args(args)
  args
end

Instance Method Details

#perform(account_subscription_id) ⇒ Object



6
7
8
9
# File 'app/jobs/stellar_base/subscribe_account_job.rb', line 6

def perform()
   = AccountSubscription.find()
  SubscribeAccount.()
end