module Fastbill::Automatic::Services::Sendbyemail::ClassMethods

Public Instance Methods

sendbyemail(attributes) click to toggle source
# 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