Method: RSpecSystem::Node#name

Defined in:
lib/rspec-system/node.rb

#nameString

Returns the name of the node as specified in the nodeset file.

Returns:

  • (String)

    name of node



53
54
55
# File 'lib/rspec-system/node.rb', line 53

def name
  @name
end