Class: Dickless::RedactResponse
- Inherits:
-
Struct
- Object
- Struct
- Dickless::RedactResponse
- Defined in:
- lib/dickless/types.rb
Instance Attribute Summary collapse
-
#entities ⇒ Object
Returns the value of attribute entities.
-
#entity_count ⇒ Object
Returns the value of attribute entity_count.
-
#redacted ⇒ Object
Returns the value of attribute redacted.
Instance Attribute Details
#entities ⇒ Object
Returns the value of attribute entities
55 56 57 |
# File 'lib/dickless/types.rb', line 55 def entities @entities end |
#entity_count ⇒ Object
Returns the value of attribute entity_count
55 56 57 |
# File 'lib/dickless/types.rb', line 55 def entity_count @entity_count end |
#redacted ⇒ Object
Returns the value of attribute redacted
55 56 57 |
# File 'lib/dickless/types.rb', line 55 def redacted @redacted end |