class Playbook::PbIcon::Icon

def flip

def flip
  flip_options = %w[horizontal vertical both]
  one_of_value(configured_flip, flip_options, nil)
end