Method: CloudLogger::Loggly#initialize
- Defined in:
- lib/loggly.rb
#initialize(options) ⇒ Loggly
a json object with a data property which is an array with zero or more elements ResponseMatcher = /[s*({.*?)s]/m
8 9 10 11 12 13 14 |
# File 'lib/loggly.rb', line 8 def initialize() @subdomain = [:subdomain] @user = [:user] @pass = [:pass] @key = [:key] @ec2 = [:ec2] ||= false end |