Class: Origen::Specs::Spec::SpecAttribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/origen/specs/spec.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author



8
9
10
# File 'lib/origen/specs/spec.rb', line 8

def author
  @author
end

#descriptionObject

Returns the value of attribute description



8
9
10
# File 'lib/origen/specs/spec.rb', line 8

def description
  @description
end

#nameObject

Returns the value of attribute name



8
9
10
# File 'lib/origen/specs/spec.rb', line 8

def name
  @name
end

#requiredObject

Returns the value of attribute required



8
9
10
# File 'lib/origen/specs/spec.rb', line 8

def required
  @required
end

#typeObject

Returns the value of attribute type



8
9
10
# File 'lib/origen/specs/spec.rb', line 8

def type
  @type
end