Method: Outbrain::Api::Budget.create
- Defined in:
- lib/outbrain/api/budget.rb
.create(attributes) ⇒ Object
10 11 12 |
# File 'lib/outbrain/api/budget.rb', line 10 def self.create(attributes) Request.create(path(attributes.delete(:marketer_id)), {as: self, attributes: attributes}) end |