Class: FidorApi::Preauth
- Inherits:
-
Connectivity::Resource
- Object
- Connectivity::Resource
- FidorApi::Preauth
- Extended by:
- AmountAttributes, ModelAttribute
- Defined in:
- lib/fidor_api/preauth.rb
Defined Under Namespace
Modules: ClientSupport
Instance Attribute Summary
Attributes inherited from Connectivity::Resource
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_details ⇒ Object
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 |