Class: Dickless::SentimentResponse

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

Overview

—– Sentiment —–

Instance Attribute Summary collapse

Instance Attribute Details

#granularityObject

Returns the value of attribute granularity

Returns:

  • (Object)

    the current value of granularity



142
143
144
# File 'lib/dickless/types.rb', line 142

def granularity
  @granularity
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



142
143
144
# File 'lib/dickless/types.rb', line 142

def score
  @score
end

#sentimentObject

Returns the value of attribute sentiment

Returns:

  • (Object)

    the current value of sentiment



142
143
144
# File 'lib/dickless/types.rb', line 142

def sentiment
  @sentiment
end