Sha256: 9b0dc1852187088ec49c1fe077ef199a5074ce08fc4dacf45c5896912b39cde4
Contents?: true
Size: 321 Bytes
Versions: 5
Compression:
Stored size: 321 Bytes
Contents
module Medlink class Base include Virtus.model private def path raise "path needs to be defined for this model" end def params {} end def client @client ||= Client.new end def self.client @client ||= Client.new end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
medlink-0.4.1 | lib/medlink/base.rb |
medlink-0.3.0 | lib/medlink/base.rb |
medlink-0.2.2 | lib/medlink/base.rb |
medlink-0.2.1 | lib/medlink/base.rb |
medlink-0.2.0 | lib/medlink/base.rb |