module RealSavvy::Concern::CreateForAdapter

Public Instance Methods

create(attributes: {}) click to toggle source
# File lib/real_savvy/concern/create_for_adapter.rb, line 2
def create(attributes: {})
  post("./api/v3/#{path_prefix}", {data: {attributes: attributes}})
end