Class: Sidenotes::Verifier::Drift
- Inherits:
-
Struct
- Object
- Struct
- Sidenotes::Verifier::Drift
- Defined in:
- lib/sidenotes/verifier.rb
Instance Attribute Summary collapse
-
#issues ⇒ Object
Returns the value of attribute issues.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#sidecar_path ⇒ Object
Returns the value of attribute sidecar_path.
Instance Attribute Details
#issues ⇒ Object
Returns the value of attribute issues
8 9 10 |
# File 'lib/sidenotes/verifier.rb', line 8 def issues @issues end |
#model_name ⇒ Object
Returns the value of attribute model_name
8 9 10 |
# File 'lib/sidenotes/verifier.rb', line 8 def model_name @model_name end |
#sidecar_path ⇒ Object
Returns the value of attribute sidecar_path
8 9 10 |
# File 'lib/sidenotes/verifier.rb', line 8 def sidecar_path @sidecar_path end |