class AlchemyAPI::TargetedSentimentAnalysis

Public Instance Methods

web_method() click to toggle source
# File lib/alchemy-api/targeted_sentiment_analysis.rb, line 5
def web_method
  "#{method_prefix}GetTargetedSentiment"
end

Private Instance Methods

indexer() click to toggle source
# File lib/alchemy-api/targeted_sentiment_analysis.rb, line 11
def indexer
  'docSentiment'
end