7 8 9 10
# 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