Class: HaloMspApi::Resources::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/halo_msp_api/resources/base.rb

Overview

Base class for all resources

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client_instance) ⇒ Base

Returns a new instance of Base.



9
10
11
# File 'lib/halo_msp_api/resources/base.rb', line 9

def initialize(client_instance)
  @client_instance = client_instance
end

Instance Attribute Details

#client_instanceObject (readonly)

Returns the value of attribute client_instance.



7
8
9
# File 'lib/halo_msp_api/resources/base.rb', line 7

def client_instance
  @client_instance
end