Method: Origen::Chips::RSS_Note#initialize
- Defined in:
- lib/origen/chips/note.rb
#initialize(id, type, feature) ⇒ RSS_Note
Returns a new instance of RSS_Note.
7 8 9 10 11 |
# File 'lib/origen/chips/note.rb', line 7 def initialize(id, type, feature) @id = id @type = type @feature = feature end |