class Toast::Errors::NotAllowed
Attributes
source_location[RW]
Public Class Methods
new(source_location)
click to toggle source
Calls superclass method
# File lib/toast/errors.rb, line 19 def initialize source_location @source_location = source_location super '' end