Sha256: 41a6df09b9b4fe7a75426b3a3630903604d8fb520238b8796fd1babf8d1a9cf2

Contents?: true

Size: 169 Bytes

Versions: 9

Compression:

Stored size: 169 Bytes

Contents

##
# NPR::Entity::Collection
#
module NPR
  module Entity
    class Collection < Base
      def initialize(json)
      end
    end # Collection
  end # Entity
end # NPR

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
npr-3.0.0 lib/npr/entity/collection.rb
npr-2.0.2 lib/npr/entity/collection.rb
npr-2.0.1 lib/npr/entity/collection.rb
npr-2.0.0 lib/npr/entity/collection.rb
npr-1.2.0 lib/npr/entity/collection.rb
npr-1.1.0 lib/npr/entity/collection.rb
npr-0.1.2 lib/npr/entity/collection.rb
npr-0.1.1 lib/npr/entity/collection.rb
npr-0.1.0 lib/npr/entity/collection.rb