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

Class Attribute Details

.client_keyObject

Returns the value of attribute client_key.



11
12
13
# File 'lib/udemy.rb', line 11

def client_key
  @client_key
end

.client_secretObject

Returns the value of attribute client_secret.



12
13
14
# File 'lib/udemy.rb', line 12

def client_secret
  @client_secret
end