class Smarteru::Resources::Base

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/smarteru/resources/base.rb, line 5
def initialize(client)
  @client = client
end