class Cortex::Resource

Attributes

client[RW]

Public Class Methods

new(client) click to toggle source
# File lib/cortex/resource.rb, line 3
def initialize(client)
  @client = client
end