Class: EasyPost::Services::Service

Inherits:
Object
  • Object
show all
Defined in:
lib/easypost/services/base.rb

Overview

The base class for all services in the library.

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Service

Returns a new instance of Service.



5
6
7
# File 'lib/easypost/services/base.rb', line 5

def initialize(client)
  @client = client
end