Class: Dickless::RedactResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesObject

Returns the value of attribute entities

Returns:

  • (Object)

    the current value of entities



55
56
57
# File 'lib/dickless/types.rb', line 55

def entities
  @entities
end

#entity_countObject

Returns the value of attribute entity_count

Returns:

  • (Object)

    the current value of entity_count



55
56
57
# File 'lib/dickless/types.rb', line 55

def entity_count
  @entity_count
end

#redactedObject

Returns the value of attribute redacted

Returns:

  • (Object)

    the current value of redacted



55
56
57
# File 'lib/dickless/types.rb', line 55

def redacted
  @redacted
end