Class: Dickless::ModerateResponse
- Inherits:
-
Struct
- Object
- Struct
- Dickless::ModerateResponse
- Defined in:
- lib/dickless/types.rb
Instance Attribute Summary collapse
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#overall_score ⇒ Object
Returns the value of attribute overall_score.
-
#safe ⇒ Object
Returns the value of attribute safe.
Instance Attribute Details
#categories ⇒ Object
Returns the value of attribute categories
43 44 45 |
# File 'lib/dickless/types.rb', line 43 def categories @categories end |
#overall_score ⇒ Object
Returns the value of attribute overall_score
43 44 45 |
# File 'lib/dickless/types.rb', line 43 def overall_score @overall_score end |
#safe ⇒ Object
Returns the value of attribute safe
43 44 45 |
# File 'lib/dickless/types.rb', line 43 def safe @safe end |