Class: Synapsis::BankStatus
- Inherits:
-
APIResource
- Object
- APIResource
- Synapsis::BankStatus
- Extended by:
- APIOperations::View
- Defined in:
- lib/synapsis/bank_status.rb
Class Method Summary collapse
-
.show ⇒ Object
Must be on a production environment (Synapsis.environment = ‘production’).
Methods included from APIOperations::View
Methods inherited from APIResource
#class_name, class_name, parse_as_synapse_resource, request, return_response
Class Method Details
.show ⇒ Object
Must be on a production environment (Synapsis.environment = ‘production’)
5 6 7 |
# File 'lib/synapsis/bank_status.rb', line 5 def self.show view({}) end |