class Metazilla::Configuration

Attributes

mapping[RW]
separator[RW]

Public Class Methods

new() click to toggle source
# File lib/metazilla.rb, line 21
def initialize
  @separator = ' | '
  @mapping = { create: :new, update: :edit }
end