class ReamazeAPI::Resource

Public Class Methods

new(client) click to toggle source

Public: Initialize a new Resource instance. API resources should inherit from this class.

client - ReamazeAPI::Client instance.

Returns nothing.

# File lib/reamaze_api/resource.rb, line 16
def initialize(client)
  @client = client
end