class Billplz::Collection

Public Instance Methods

create() click to toggle source
# File lib/billplz/collection.rb, line 5
def create
  requires!(@payload, :title)
  request(:post, @payload)
end