We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1f5f3e + 300cccf commit bdbef22Copy full SHA for bdbef22
lib/cortex/client.rb
@@ -10,7 +10,7 @@
10
11
module Cortex
12
class Client
13
- attr_reader :posts, :users
+ attr_reader :posts, :users, :webpages
14
attr_accessor :access_token, :base_url, :auth_method
15
@key = ''
16
@secret = ''
lib/cortex/version.rb
@@ -1,3 +1,3 @@
1
2
- VERSION = '0.4.3'
+ VERSION = '0.4.4'
3
end
0 commit comments