Class: DeployDoc::TestPlan::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/deploy_doc/test_plan.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#line_spanObject

Returns the value of attribute line_span

Returns:

  • (Object)

    the current value of line_span



7
8
9
# File 'lib/deploy_doc/test_plan.rb', line 7

def line_span
  @line_span
end

#shellObject

Returns the value of attribute shell

Returns:

  • (Object)

    the current value of shell



7
8
9
# File 'lib/deploy_doc/test_plan.rb', line 7

def shell
  @shell
end

#source_nameObject

Returns the value of attribute source_name

Returns:

  • (Object)

    the current value of source_name



7
8
9
# File 'lib/deploy_doc/test_plan.rb', line 7

def source_name
  @source_name
end

Instance Method Details

#full_nameObject



8
9
10
# File 'lib/deploy_doc/test_plan.rb', line 8

def full_name
  "#{source_name}:#{line_span.inspect}"
end