Class: Vicary::Conformance::Span
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Span
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#expect ⇒ Object
Returns the value of attribute expect.
-
#expect_count ⇒ Object
Returns the value of attribute expect_count.
-
#kept_by ⇒ Object
Returns the value of attribute kept_by.
-
#literal ⇒ Object
Returns the value of attribute literal.
-
#note ⇒ Object
Returns the value of attribute note.
-
#redacted_by ⇒ Object
Returns the value of attribute redacted_by.
-
#verdict ⇒ Object
Returns the value of attribute verdict.
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def entity @entity end |
#expect ⇒ Object
Returns the value of attribute expect
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def expect @expect end |
#expect_count ⇒ Object
Returns the value of attribute expect_count
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def expect_count @expect_count end |
#kept_by ⇒ Object
Returns the value of attribute kept_by
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def kept_by @kept_by end |
#literal ⇒ Object
Returns the value of attribute literal
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def literal @literal end |
#note ⇒ Object
Returns the value of attribute note
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def note @note end |
#redacted_by ⇒ Object
Returns the value of attribute redacted_by
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def redacted_by @redacted_by end |
#verdict ⇒ Object
Returns the value of attribute verdict
26 27 28 |
# File 'lib/vicary/conformance.rb', line 26 def verdict @verdict end |