Method: Aws::Plugins::UserAgent::Handler#call

Defined in:
lib/aws-sdk-core/plugins/user_agent.rb

#call(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



99
100
101
102
# File 'lib/aws-sdk-core/plugins/user_agent.rb', line 99

def call(context)
  set_user_agent(context)
  @handler.call(context)
end