Class: ThinkificRuby::Configuration
- Inherits:
-
Object
- Object
- ThinkificRuby::Configuration
- Defined in:
- lib/thinkific_ruby.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_key ⇒ Object
Returns the value of attribute api_key.
25 26 27 |
# File 'lib/thinkific_ruby.rb', line 25 def api_key @api_key end |
#subdomain ⇒ Object
Returns the value of attribute subdomain.
25 26 27 |
# File 'lib/thinkific_ruby.rb', line 25 def subdomain @subdomain end |