Class: Hecks::Behaviors::BehaviorsSuite

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#loadsObject

Returns the value of attribute loads

Returns:

  • (Object)

    the current value of loads



29
30
31
# File 'lib/hecks/behaviors/ir.rb', line 29

def loads
  @loads
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



29
30
31
# File 'lib/hecks/behaviors/ir.rb', line 29

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



29
30
31
# File 'lib/hecks/behaviors/ir.rb', line 29

def path
  @path
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



29
30
31
# File 'lib/hecks/behaviors/ir.rb', line 29

def tests
  @tests
end

#visionObject

Returns the value of attribute vision

Returns:

  • (Object)

    the current value of vision



29
30
31
# File 'lib/hecks/behaviors/ir.rb', line 29

def vision
  @vision
end