Sha256: 2052eb80058e062072ebe39d6cfce624a83842550e618c5f3a7da3f14ba43c0b

Contents?: true

Size: 299 Bytes

Versions: 191

Compression:

Stored size: 299 Bytes

Contents

module Origen
  module Chips
    # This class is used to store spec note information used to document IP
    class RSS_Note
      attr_accessor :id, :type, :feature

      def initialize(id, type, feature)
        @id = id
        @type = type
        @feature = feature
      end
    end
  end
end

Version data entries

191 entries across 191 versions & 1 rubygems

Version Path
origen-0.5.1 lib/origen/chips/note.rb
origen-0.5.0 lib/origen/chips/note.rb
origen-0.4.3 lib/origen/chips/note.rb
origen-0.4.2 lib/origen/chips/note.rb
origen-0.4.1 lib/origen/chips/note.rb
origen-0.4.0 lib/origen/chips/note.rb
origen-0.3.0 lib/origen/chips/note.rb
origen-0.2.6 lib/origen/chips/note.rb
origen-0.2.5 lib/origen/chips/note.rb
origen-0.2.4 lib/origen/chips/note.rb
origen-0.2.3 lib/origen/chips/note.rb