Class: Sidenotes::Verifier::Drift

Inherits:
Struct
  • Object
show all
Defined in:
lib/sidenotes/verifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#issuesObject

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



8
9
10
# File 'lib/sidenotes/verifier.rb', line 8

def issues
  @issues
end

#model_nameObject

Returns the value of attribute model_name

Returns:

  • (Object)

    the current value of model_name



8
9
10
# File 'lib/sidenotes/verifier.rb', line 8

def model_name
  @model_name
end

#sidecar_pathObject

Returns the value of attribute sidecar_path

Returns:

  • (Object)

    the current value of sidecar_path



8
9
10
# File 'lib/sidenotes/verifier.rb', line 8

def sidecar_path
  @sidecar_path
end