Sha256: d3e5a949301fce5cd29baef3cf433d182811b51c6501c4e436da0744451c7eca

Contents?: true

Size: 143 Bytes

Versions: 13

Compression:

Stored size: 143 Bytes

Contents

module Dryrun
  class Device
    attr_accessor :name, :id

    def initialize(name, id)
      @name = name
      @id = id
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dryrun-1.3.2 lib/dryrun/device.rb
dryrun-1.3.0 lib/dryrun/device.rb
dryrun-1.2.1 lib/dryrun/device.rb
dryrun-1.2.0 lib/dryrun/device.rb
dryrun-1.1.6 lib/dryrun/device.rb
dryrun-1.1.5 lib/dryrun/device.rb
dryrun-1.1.4 lib/dryrun/device.rb
dryrun-1.1.3 lib/dryrun/device.rb
dryrun-1.1.2 lib/dryrun/device.rb
dryrun-1.1.1 lib/dryrun/device.rb
dryrun-1.1.0 lib/dryrun/device.rb
dryrun-1.0.0 lib/dryrun/device.rb
dryrun-0.9.0 lib/dryrun/device.rb