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