Sha256: e997f9aadc372e586962a39764542a0a80c2627e06414c8698dae24a3465f761
Contents?: true
Size: 390 Bytes
Versions: 8
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true module OpenRecycling module Org class Organizations < OpenRecycling::Resource def initialize(base_url: nil, jwt_token: nil) super( root_node_singular: "organization", root_node_plural: "organizations", api_url: "#{base_url}/organizations", jwt_token: jwt_token ) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems