Class: Ace::Test::EndToEndRunner::Atoms::ArtifactContractValidator::Reference
- Inherits:
-
Struct
- Object
- Struct
- Ace::Test::EndToEndRunner::Atoms::ArtifactContractValidator::Reference
- Defined in:
- lib/ace/test/end_to_end_runner/atoms/artifact_contract_validator.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#path ⇒ Object
Returns the value of attribute path.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/ace/test/end_to_end_runner/atoms/artifact_contract_validator.rb', line 11 def line @line end |
#optional ⇒ Object
Returns the value of attribute optional
11 12 13 |
# File 'lib/ace/test/end_to_end_runner/atoms/artifact_contract_validator.rb', line 11 def optional @optional end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/ace/test/end_to_end_runner/atoms/artifact_contract_validator.rb', line 11 def path @path end |
#source ⇒ Object
Returns the value of attribute source
11 12 13 |
# File 'lib/ace/test/end_to_end_runner/atoms/artifact_contract_validator.rb', line 11 def source @source end |