Class: Cortex::Resource

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

Direct Known Subclasses

ContentItems, Posts, Users, Webpages

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



3
4
5
# File 'lib/cortex/resource.rb', line 3

def initialize(client)
  @client = client
end