Sha256: 4fafd516a7059beb1785d8fa7ffe95c0fbe3394019b9fa3613cff8ecb2e72d75

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

module Capgun

  # capgun job

  class Job < Capgun::Base

    include Capgun::Creatable

    lazy_attr_reader :id, :state, :order_id

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capgun-0.2.0 lib/capgun/job.rb
capgun-0.1.2 lib/capgun/job.rb
capgun-0.1.1 lib/capgun/job.rb
capgun-0.1.0 lib/capgun/job.rb
capgun-0.0.3 lib/capgun/job.rb