class Moab::FileGroupDifferenceSubset

A container for reporting a set of file-level differences of the type specified by the change attribute

Data Model

@note Copyright © 2012 by The Board of Trustees of the Leland Stanford Junior University.

All rights reserved.  See {file:LICENSE.rdoc} for details.

Public Class Methods

new(opts = {}) click to toggle source

(see Serializable#initialize)

Calls superclass method Serializer::Serializable::new
# File lib/moab/file_group_difference_subset.rb, line 22
def initialize(opts = {})
  @files = []
  super(opts)
end

Public Instance Methods

count() click to toggle source
# File lib/moab/file_group_difference_subset.rb, line 35
def count
  files.size
end