class ThinkificRuby::Configuration

Attributes

api_key[RW]
subdomain[RW]

Public Class Methods

new() click to toggle source
# File lib/thinkific_ruby.rb, line 27
def initialize
  @api_key = nil
  @subdomain = nil
end