Class: DeployDoc::TestPlan::Step
- Inherits:
-
Struct
- Object
- Struct
- DeployDoc::TestPlan::Step
- Defined in:
- lib/deploy_doc/test_plan.rb
Instance Attribute Summary collapse
-
#line_span ⇒ Object
Returns the value of attribute line_span.
-
#shell ⇒ Object
Returns the value of attribute shell.
-
#source_name ⇒ Object
Returns the value of attribute source_name.
Instance Method Summary collapse
Instance Attribute Details
#line_span ⇒ Object
Returns the value of attribute line_span
7 8 9 |
# File 'lib/deploy_doc/test_plan.rb', line 7 def line_span @line_span end |
#shell ⇒ Object
Returns the value of attribute shell
7 8 9 |
# File 'lib/deploy_doc/test_plan.rb', line 7 def shell @shell end |
#source_name ⇒ Object
Returns the value of attribute source_name
7 8 9 |
# File 'lib/deploy_doc/test_plan.rb', line 7 def source_name @source_name end |
Instance Method Details
#full_name ⇒ Object
8 9 10 |
# File 'lib/deploy_doc/test_plan.rb', line 8 def full_name "#{source_name}:#{line_span.inspect}" end |