Sha256: 4e6caea551441bc558981515088a98811300448fd34d57b58916d965e57faa23
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
require_relative "org/client" require_relative "core/client" module OpenRecycling class Client < OpenRecycling::ModuleClient def org @org ||= OpenRecycling::Org::Client.new( base_url: base_url, jwt_token: jwt_token ) end def core @core ||= OpenRecycling::Core::Client.new( base_url: base_url, jwt_token: jwt_token ) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
open_recycling-0.0.2 | lib/open_recycling/client.rb |
open_recycling-0.0.1 | lib/open_recycling/client.rb |