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