pushtype/push_type

View on GitHub
core/lib/push_type/primitives/object_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PushType
  module Primitives
    class ObjectType < Base
      # No overriding behaviour
    end
  end
end