Public: Perform the job.
Examples
job = Metaforce::Job::Retrieve.new(client) job.perform # => #<Metaforce::Job::Retrieve @id='1234'>
Returns self.
26 27 28 29
# File 'lib/metaforce/job/retrieve.rb', line 26 def perform @id = client._retrieve(@options).id super end