Method: ContextIO::Config#user_agent
- Defined in:
- lib/context-io/config.rb
#user_agent ⇒ String
Returns The value to be sent in the User-Agent header. Probably doesn’t need to be changed unless you’re writing a big app, or another library based on this one.
59 60 61 |
# File 'lib/context-io/config.rb', line 59 def user_agent @user_agent end |