class Origen::Component::Default

Default class instantiate if the class_name is not provided

Attributes

options[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/origen/components.rb, line 29
def initialize(options = {})
  @options = options
end