Method: Origen::Specs::Spec_Features#type

Defined in:
lib/origen/specs/spec_features.rb

#typeObject

Feature Type Current supported types are

intro :: Intro Paragraph for the Features Page
feature :: Main Feature (e.g. Additional peripherals include)
subfeature :: Sub Feature that will be a sub-bullet to feature.  (e.g. Four I2C controllers)


14
15
16
# File 'lib/origen/specs/spec_features.rb', line 14

def type
  @type
end