Class: Suma::LinkValidator::Step::Context
- Inherits:
-
Struct
- Object
- Struct
- Suma::LinkValidator::Step::Context
- Defined in:
- lib/suma/link_validator/step.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#link ⇒ Object
Returns the value of attribute link.
-
#path ⇒ Object
Returns the value of attribute path.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
17 18 19 |
# File 'lib/suma/link_validator/step.rb', line 17 def file @file end |
#line ⇒ Object
Returns the value of attribute line
17 18 19 |
# File 'lib/suma/link_validator/step.rb', line 17 def line @line end |
#link ⇒ Object
Returns the value of attribute link
17 18 19 |
# File 'lib/suma/link_validator/step.rb', line 17 def link @link end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/suma/link_validator/step.rb', line 17 def path @path end |
#schema ⇒ Object
Returns the value of attribute schema
17 18 19 |
# File 'lib/suma/link_validator/step.rb', line 17 def schema @schema end |