class Dynabute::FieldNotFound

Public Class Methods

new(*criteria) click to toggle source
# File lib/dynabute.rb, line 9
def initialize(*criteria); @criteria = criteria; end

Public Instance Methods

to_s() click to toggle source
# File lib/dynabute.rb, line 10
def to_s; "No dynabute field #{@criteria.compact.first} found"; end