Class: Vicary::Conformance::Span

Inherits:
Struct
  • Object
show all
Defined in:
lib/vicary/conformance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entityObject

Returns the value of attribute entity

Returns:

  • (Object)

    the current value of entity



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def entity
  @entity
end

#expectObject

Returns the value of attribute expect

Returns:

  • (Object)

    the current value of expect



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def expect
  @expect
end

#expect_countObject

Returns the value of attribute expect_count

Returns:

  • (Object)

    the current value of expect_count



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def expect_count
  @expect_count
end

#kept_byObject

Returns the value of attribute kept_by

Returns:

  • (Object)

    the current value of kept_by



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def kept_by
  @kept_by
end

#literalObject

Returns the value of attribute literal

Returns:

  • (Object)

    the current value of literal



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def literal
  @literal
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def note
  @note
end

#redacted_byObject

Returns the value of attribute redacted_by

Returns:

  • (Object)

    the current value of redacted_by



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def redacted_by
  @redacted_by
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



26
27
28
# File 'lib/vicary/conformance.rb', line 26

def verdict
  @verdict
end