Class: Fopost::Resources::Base

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

Direct Known Subclasses

Accounts, Ai, Labels, Posts, Workspaces

Instance Method Summary collapse

Constructor Details

#initialize(http) ⇒ Base

Returns a new instance of Base.



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

def initialize(http)
  @http = http
end