Module: Fastbill::Automatic::Services::Sendbyemail::ClassMethods

Defined in:
lib/fastbill-automatic/services/sendbyemail.rb

Instance Method Summary collapse

Instance Method Details

#sendbyemail(attributes) ⇒ Object



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