Class: Origen::Specs::Spec::SpecAttribute
- Defined in:
- lib/origen/specs/spec.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
9 10 11 |
# File 'lib/origen/specs/spec.rb', line 9 def @author end |
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/origen/specs/spec.rb', line 9 def description @description end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/origen/specs/spec.rb', line 9 def name @name end |
#required ⇒ Object
Returns the value of attribute required
9 10 11 |
# File 'lib/origen/specs/spec.rb', line 9 def required @required end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/origen/specs/spec.rb', line 9 def type @type end |