khelll/feedlr

View on GitHub
lib/feedlr/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Feedlr
  # Base object for modeling the responses
  class Base < Hashie::Mash; end
end