Sha256: ea149423400bf419404733c47523e0652c65def143d90c6ed0db3f425ab6bc26
Contents?: true
Size: 121 Bytes
Versions: 2
Compression:
Stored size: 121 Bytes
Contents
module Zype class BaseModel attr_reader :client def initialize @client ||= Client.new end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zype-0.3.0 | lib/zype/base_model.rb |
zype-0.2.0 | lib/zype/base_model.rb |