Class: Dickless::RedactedEntity

Inherits:
Struct
  • Object
show all
Defined in:
lib/dickless/types.rb

Overview

—– PII Redaction —–

Instance Attribute Summary collapse

Instance Attribute Details

#end_Object

Returns the value of attribute end_

Returns:

  • (Object)

    the current value of end_



52
53
54
# File 'lib/dickless/types.rb', line 52

def end_
  @end_
end

#originalObject

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



52
53
54
# File 'lib/dickless/types.rb', line 52

def original
  @original
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



52
53
54
# File 'lib/dickless/types.rb', line 52

def start
  @start
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



52
53
54
# File 'lib/dickless/types.rb', line 52

def type
  @type
end