Class: NCover::NamespaceFilter

Inherits:
ReportFilterBase show all
Defined in:
lib/albacore/ncoverreports/namespacefilter.rb

Instance Attribute Summary

Attributes inherited from ReportFilterBase

#filter, #filter_type, #is_regex, #item_type

Instance Method Summary collapse

Methods inherited from ReportFilterBase

#get_filter_options

Methods included from UpdateAttributes

#<<, #update_attributes

Constructor Details

#initialize(params = {}) ⇒ NamespaceFilter

Returns a new instance of NamespaceFilter.



5
6
7
# File 'lib/albacore/ncoverreports/namespacefilter.rb', line 5

def initialize(params={})
  super("Namespace", params)
end