Module: FidorApi::Preauth::ClientSupport

Included in:
Client
Defined in:
lib/fidor_api/preauth.rb

Instance Method Summary collapse

Instance Method Details

#preauth(id) ⇒ Object



27
28
29
# File 'lib/fidor_api/preauth.rb', line 27

def preauth(id)
  Preauth.find(id)
end

#preauths(options = {}) ⇒ Object



23
24
25
# File 'lib/fidor_api/preauth.rb', line 23

def preauths(options = {})
  Preauth.all(options)
end