Sha256: f81467d55233a0987d97545b12b2901a30fcb068e2fe74113220067c8079b016
Contents?: true
Size: 368 Bytes
Versions: 10
Compression:
Stored size: 368 Bytes
Contents
module Conglomerate class Collection include Particle attribute :version, :default => "1.0" attribute :href attribute :template, :type => Template attribute :error, :type => Error array :items, :contains => Item array :links, :contains => Link array :queries, :contains => Query array :commands, :contains => Command end end
Version data entries
10 entries across 10 versions & 1 rubygems