class OmfEc::DSL::OEDLUnknownProperty

Attributes

cmd[R]

Public Class Methods

new(name, msg = nil) click to toggle source
Calls superclass method
# File lib/omf_ec/dsl.rb, line 47
def initialize(name, msg = nil)
  @name = name
  msg ||= "Unknown property '#{name}', not previously defined in your OEDL experiment"
  super(msg)
end