Class: HiEnergyAi::Resource

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

Constant Summary collapse

UNSET =
Object.new.freeze

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



7
8
9
# File 'lib/hi_energy_ai/resource.rb', line 7

def initialize(client)
  @client = client
end