class Andromeda::Kit::Targeting

Attributes

targets[RW]

Public Class Methods

new(config = {}) click to toggle source
Calls superclass method
# File lib/andromeda/kit.rb, line 82
def initialize(config = {})
  super config
  @targets ||= {}
end

Public Instance Methods

target_values() click to toggle source
# File lib/andromeda/kit.rb, line 87
  def target_values ; t = targets ; t.values rescue t end
end