Class: Hecks::Behaviors::BehaviorsSuite
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Behaviors::BehaviorsSuite
- Defined in:
- lib/hecks/behaviors/ir.rb
Overview
loads — absolute paths, already resolved against the .behaviors
file's own directory by the DSL (BehaviorsBuilder#loads). path is
the .behaviors file itself, kept for error messages.
Instance Attribute Summary collapse
-
#loads ⇒ Object
Returns the value of attribute loads.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#tests ⇒ Object
Returns the value of attribute tests.
-
#vision ⇒ Object
Returns the value of attribute vision.
Instance Attribute Details
#loads ⇒ Object
Returns the value of attribute loads
29 30 31 |
# File 'lib/hecks/behaviors/ir.rb', line 29 def loads @loads end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/hecks/behaviors/ir.rb', line 29 def name @name end |
#path ⇒ Object
Returns the value of attribute path
29 30 31 |
# File 'lib/hecks/behaviors/ir.rb', line 29 def path @path end |
#tests ⇒ Object
Returns the value of attribute tests
29 30 31 |
# File 'lib/hecks/behaviors/ir.rb', line 29 def tests @tests end |
#vision ⇒ Object
Returns the value of attribute vision
29 30 31 |
# File 'lib/hecks/behaviors/ir.rb', line 29 def vision @vision end |