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(options)
  @subdomain = options[:subdomain]
  @user = options[:user]
  @pass = options[:pass]
  @key = options[:key]
  @ec2 = options[:ec2] ||= false
end