Module: Fastbill::Automatic::Services::Changearticle::ClassMethods
- Defined in:
- lib/fastbill-automatic/services/changearticle.rb
Instance Method Summary collapse
Instance Method Details
#changearticle(attributes) ⇒ Object
7 8 9 10 |
# 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 |