Class: FidorApi::Preauth

Inherits:
Connectivity::Resource show all
Extended by:
AmountAttributes, ModelAttribute
Defined in:
lib/fidor_api/preauth.rb

Defined Under Namespace

Modules: ClientSupport

Instance Attribute Summary

Attributes inherited from Connectivity::Resource

#error_keys

Instance Method Summary collapse

Methods included from AmountAttributes

amount_attribute, attributes, extended

Methods inherited from Connectivity::Resource

all, find, #initialize, model_name, #persisted?, #reload, #save, #update_attributes

Constructor Details

This class inherits a constructor from FidorApi::Connectivity::Resource

Instance Method Details

#preauth_type_detailsObject



18
19
20
# File 'lib/fidor_api/preauth.rb', line 18

def preauth_type_details
  @_preauth_type_details ||= PreauthDetails.build(@preauth_type, @preauth_type_details)
end