class Playbook::PbButton::Button

def target_attribute

def target_attribute
  if target && link
    target
  elsif new_window
    "_blank"
  end
end