Method: Camdram::Client#user_agent
- Defined in:
- lib/camdram/client.rb
#user_agent ⇒ String
Returns the user agent header sent in each HTTP request
62 63 64 |
# File 'lib/camdram/client.rb', line 62 def user_agent HTTP.instance.user_agent end |