lib/alephant/lookup/lookup_location.rb in alephant-lookup-0.1.4 vs lib/alephant/lookup/lookup_location.rb in alephant-lookup-0.1.5

- old
+ new

@@ -4,10 +4,10 @@ module Lookup class LookupLocation attr_reader :component_id, :component_key, :opts, :opts_hash, :batch_version attr_accessor :location - def initialize(component_id, batch_version, opts, location = nil) + def initialize(component_id, opts, batch_version, location = nil) @component_id = component_id @batch_version = batch_version @opts = opts @opts_hash = hash_for(opts) @location = location