Sha256: ced71355dd6885a4b037a7365d47d958c9b5520003021d24e52dcb7f305978e7

Contents?: true

Size: 578 Bytes

Versions: 15

Compression:

Stored size: 578 Bytes

Contents

module Ardm
  module Fixtures
    class SoftwarePackage < ::Ardm::Record
      self.table_name = "software_packages"

      property :id, Serial
      property :node_number, Integer, :index => true

      property :source_path,      FilePath
      property :destination_path, FilePath

      property :product,     String
      property :version,     String
      property :released_at, DateTime

      property :security_update,  Boolean

      property :installed_at,     DateTime
      property :installed_by,     String
    end # SoftwarePackage
  end # Fixtures
end # Ardm

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 spec/fixtures/software_package.rb
ardm-0.4.0 spec/fixtures/software_package.rb
ardm-0.3.2 spec/fixtures/software_package.rb
ardm-0.3.1 spec/fixtures/software_package.rb
ardm-0.3.0 spec/fixtures/software_package.rb
ardm-0.2.7 spec/fixtures/software_package.rb
ardm-0.2.6 spec/fixtures/software_package.rb
ardm-0.2.5 spec/fixtures/software_package.rb
ardm-0.2.4 spec/fixtures/software_package.rb
ardm-0.2.3 spec/fixtures/software_package.rb
ardm-0.2.2 spec/fixtures/software_package.rb
ardm-0.2.1 spec/fixtures/software_package.rb
ardm-0.2.0 spec/fixtures/software_package.rb
ardm-0.1.0 spec/fixtures/software_package.rb
ardm-0.0.1 spec/fixtures/software_package.rb