Method: Procore::Configuration#user_agent

Defined in:
lib/procore/configuration.rb

#user_agentString

Note:

defaults to Defaults::USER_AGENT

User Agent sent with each API request. API requests must have a user agent set. It is recomended to set the user agent to the name of your application.

Returns:

  • (String)


87
88
89
# File 'lib/procore/configuration.rb', line 87

def user_agent
  @user_agent
end