Class: Dickless::RedactedEntity
- Inherits:
-
Struct
- Object
- Struct
- Dickless::RedactedEntity
- Defined in:
- lib/dickless/types.rb
Overview
—– PII Redaction —–
Instance Attribute Summary collapse
-
#end_ ⇒ Object
Returns the value of attribute end_.
-
#original ⇒ Object
Returns the value of attribute original.
-
#start ⇒ Object
Returns the value of attribute start.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#end_ ⇒ Object
Returns the value of attribute end_
52 53 54 |
# File 'lib/dickless/types.rb', line 52 def end_ @end_ end |
#original ⇒ Object
Returns the value of attribute original
52 53 54 |
# File 'lib/dickless/types.rb', line 52 def original @original end |
#start ⇒ Object
Returns the value of attribute start
52 53 54 |
# File 'lib/dickless/types.rb', line 52 def start @start end |
#type ⇒ Object
Returns the value of attribute type
52 53 54 |
# File 'lib/dickless/types.rb', line 52 def type @type end |