module AwsDetectSentiment

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/aws_detect_sentiment/configuration.rb, line 5
def configuration
  @configuration ||= OpenStruct.new
end
configure() { |configuration| ... } click to toggle source
# File lib/aws_detect_sentiment/configuration.rb, line 9
def configure
  yield(configuration)
end