Class: Specific::Feature
- Inherits:
-
Struct
- Object
- Struct
- Specific::Feature
- Defined in:
- lib/specific/feature.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#group ⇒ Object
readonly
Returns the value of attribute group.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scenarios ⇒ Object
Returns the value of attribute scenarios.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Method Summary collapse
-
#initialize ⇒ Feature
constructor
A new instance of Feature.
Constructor Details
#initialize ⇒ Feature
Returns a new instance of Feature.
5 6 7 8 |
# File 'lib/specific/feature.rb', line 5 def initialize(*) super process! end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
2 3 4 |
# File 'lib/specific/feature.rb', line 2 def description @description end |
#group ⇒ Object (readonly)
Returns the value of attribute group.
3 4 5 |
# File 'lib/specific/feature.rb', line 3 def group @group end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
3 4 5 |
# File 'lib/specific/feature.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/specific/feature.rb', line 2 def name @name end |
#scenarios ⇒ Object
Returns the value of attribute scenarios
2 3 4 |
# File 'lib/specific/feature.rb', line 2 def scenarios @scenarios end |
#tags ⇒ Object
Returns the value of attribute tags
2 3 4 |
# File 'lib/specific/feature.rb', line 2 def @tags end |