Class: Dickless::SentimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Dickless::SentimentResponse
- Defined in:
- lib/dickless/types.rb
Overview
—– Sentiment —–
Instance Attribute Summary collapse
-
#granularity ⇒ Object
Returns the value of attribute granularity.
-
#score ⇒ Object
Returns the value of attribute score.
-
#sentiment ⇒ Object
Returns the value of attribute sentiment.
Instance Attribute Details
#granularity ⇒ Object
Returns the value of attribute granularity
142 143 144 |
# File 'lib/dickless/types.rb', line 142 def granularity @granularity end |
#score ⇒ Object
Returns the value of attribute score
142 143 144 |
# File 'lib/dickless/types.rb', line 142 def score @score end |
#sentiment ⇒ Object
Returns the value of attribute sentiment
142 143 144 |
# File 'lib/dickless/types.rb', line 142 def sentiment @sentiment end |