Sha256: c3ed75bb92becfc3690c57ee2eac7be4f1f09104fa2403f805ab5830bed9eb51
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
# frozen_string_literal: true module OpenRecycling module Core class RecyclingAccounts < OpenRecycling::Resource def initialize(base_url: nil, jwt_token: nil) super( root_node_singular: "recycling_account", root_node_plural: "recycling_accounts", api_url: "#{base_url}/recycling_accounts", jwt_token: jwt_token ) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems