Class: LedgerSync::ResourceAdaptor
- Inherits:
-
Object
- Object
- LedgerSync::ResourceAdaptor
- Defined in:
- lib/ledger_sync/resource_adaptor.rb
Defined Under Namespace
Modules: Mixin
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ ResourceAdaptor
constructor
A new instance of ResourceAdaptor.
Constructor Details
#initialize ⇒ ResourceAdaptor
Returns a new instance of ResourceAdaptor.
44 45 46 |
# File 'lib/ledger_sync/resource_adaptor.rb', line 44 def initialize(*) raise NotImplementedError end |
Class Method Details
.inherited(base) ⇒ Object
48 49 50 51 52 |
# File 'lib/ledger_sync/resource_adaptor.rb', line 48 def self.inherited(base) base.include(Mixin) super end |