class IntuitOAuth::Base

Attributes

client[RW]

Public Class Methods

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