module FidorApi::Client::DSL::Preauths

Public Instance Methods

preauth(id, options = {}) click to toggle source
# File lib/fidor_api/client/dsl/preauths.rb, line 9
def preauth(id, options = {})
  fetch(:single, Model::Preauth, "preauths/#{id}", options)
end
preauths(options = {}) click to toggle source
# File lib/fidor_api/client/dsl/preauths.rb, line 5
def preauths(options = {})
  fetch(:collection, Model::Preauth, 'preauths', options)
end