Class: Unitpost::Resources::Base

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

Instance Method Summary collapse

Constructor Details

#initialize(http) ⇒ Base

Returns a new instance of Base.



16
17
18
# File 'lib/unitpost/resources.rb', line 16

def initialize(http)
  @http = http
end