Class: ShedCloud::PartnerApi::Resources::Base

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

Instance Method Summary collapse

Constructor Details

#initialize(http) ⇒ Base

Returns a new instance of Base.



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

def initialize(http)
  @http = http
end