7 8 9 10
# File 'lib/fastbill-automatic/services/sendbyemail.rb', line 7 def sendbyemail(attributes) response = Fastbill::Automatic.request("#{self.name.split("::").last.downcase}.sendbyemail", attributes) true end