Class: ThinkificRuby::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/thinkific_ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



27
28
29
30
# File 'lib/thinkific_ruby.rb', line 27

def initialize
  @api_key = nil
  @subdomain = nil
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



25
26
27
# File 'lib/thinkific_ruby.rb', line 25

def api_key
  @api_key
end

#subdomainObject

Returns the value of attribute subdomain.



25
26
27
# File 'lib/thinkific_ruby.rb', line 25

def subdomain
  @subdomain
end