Module: RocketfuelApi
- Defined in:
- lib/rocketfuel_api.rb,
lib/rocketfuel_api/error.rb,
lib/rocketfuel_api/version.rb,
lib/rocketfuel_api/faraday/raise_http_error.rb
Defined Under Namespace
Modules: Faraday Classes: BadGateway, BadRequest, Connection, Error, Forbidden, InternalServerError, InvalidJson, NotAcceptable, NotFound, NotImplemented, Resource, Service, ServiceUnavailable, Timeout, Unauthorized, UnprocessableEntity
Constant Summary collapse
- AUTOLOAD_PATHS =
[ Dir[File.dirname(__dir__) + '/lib/rocketfuel_api/resource/*.rb'], Dir[File.dirname(__dir__) + '/lib/rocketfuel_api/service/*.rb'] ].flatten.freeze
- VERSION =
'0.1.1'
Class Method Summary collapse
Class Method Details
.root ⇒ Object
19 20 21 |
# File 'lib/rocketfuel_api.rb', line 19 def self.root Pathname.new(File.dirname(__dir__)) end |