class Songdrop::Errors

Public Instance Methods

on(attribute) click to toggle source
# File lib/songdrop/objects/error.rb, line 10
def on(attribute)
  self.attributes[attribute.to_s]
end