Class: Suma::LinkValidator::Step::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/suma/link_validator/step.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



17
18
19
# File 'lib/suma/link_validator/step.rb', line 17

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



17
18
19
# File 'lib/suma/link_validator/step.rb', line 17

def line
  @line
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



17
18
19
# File 'lib/suma/link_validator/step.rb', line 17

def link
  @link
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/suma/link_validator/step.rb', line 17

def path
  @path
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



17
18
19
# File 'lib/suma/link_validator/step.rb', line 17

def schema
  @schema
end