Module: Udemy
- Defined in:
- lib/udemy.rb,
lib/udemy/client.rb,
lib/udemy/course.rb,
lib/udemy/version.rb
Defined Under Namespace
Classes: APIResponseError, Client, Course, Error
Constant Summary collapse
- VERSION =
"0.1.4"
Class Attribute Summary collapse
-
.client_key ⇒ Object
Returns the value of attribute client_key.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
Class Attribute Details
.client_key ⇒ Object
Returns the value of attribute client_key.
11 12 13 |
# File 'lib/udemy.rb', line 11 def client_key @client_key end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
12 13 14 |
# File 'lib/udemy.rb', line 12 def client_secret @client_secret end |