module Fastbill::Automatic::Services::Changearticle::ClassMethods
Public Instance Methods
changearticle(attributes)
click to toggle source
# File lib/fastbill-automatic/services/changearticle.rb, line 7 def changearticle(attributes) response = Fastbill::Automatic.request("#{self.name.split("::").last.downcase}.changearticle", attributes) true end